commit: 9688055fe1735bd650815301cc436fdf8e7b32e7 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Apr 12 22:25:24 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Apr 12 22:25:24 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9688055f
dev-util/libabigail: enable py3.13 Bug: https://bugs.gentoo.org/953671 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-util/libabigail/libabigail-2.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/libabigail/libabigail-2.5.ebuild b/dev-util/libabigail/libabigail-2.5.ebuild index 94ba41550820..1759468a595b 100644 --- a/dev-util/libabigail/libabigail-2.5.ebuild +++ b/dev-util/libabigail/libabigail-2.5.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 @@ -14,7 +14,7 @@ LIBABIGAIL_DOCS_VERSION="${PV}" # bug #830088 LIBABIGAIL_DOCS_USEFLAG="+doc" -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit libtool bash-completion-r1 python-any-r1 out-of-source
