From fa718ff061d329753e1cc00a29854679beba7dbb Mon Sep 17 00:00:00 2001 From: David Roman Date: Thu, 27 Mar 2025 11:27:49 +0100 Subject: [PATCH] dev-libs/libnl: enable py3.13 Closes: https://bugs.gentoo.org/952140 Signed-off-by: David Roman Signed-off-by: Sam James --- dev-libs/libnl/libnl-3.10.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libnl/libnl-3.10.0.ebuild b/dev-libs/libnl/libnl-3.10.0.ebuild index f3699c74466db..6c588cee8623e 100644 --- a/dev-libs/libnl/libnl-3.10.0.ebuild +++ b/dev-libs/libnl/libnl-3.10.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,7 +8,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_OPTIONAL=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit autotools distutils-r1 multilib-minimal LIBNL_P=${P/_/-}