commit: fa718ff061d329753e1cc00a29854679beba7dbb Author: David Roman <droman <AT> ifae <DOT> es> AuthorDate: Thu Mar 27 10:27:49 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Mar 27 19:09:12 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa718ff0
dev-libs/libnl: enable py3.13 Closes: https://bugs.gentoo.org/952140 Signed-off-by: David Roman <droman <AT> ifae.es> Signed-off-by: Sam James <sam <AT> gentoo.org> 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 f3699c74466d..6c588cee8623 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/_/-}
