commit: cc8df334b00e99ae2dd51f7ad6c8f2c0c027e7b4
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 10 20:45:29 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 10 21:11:16 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc8df334
dev-python/distlib: enable py3.14
3.13t fails w/ test_interpreter_args in some shebang thing but I'm
not adding that here (was already here). 3.14 completely passes, so
add it.
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/distlib/distlib-0.3.9.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/distlib/distlib-0.3.9.ebuild
b/dev-python/distlib/distlib-0.3.9.ebuild
index 2b991b5e83a9..94d4536a17fb 100644
--- a/dev-python/distlib/distlib-0.3.9.ebuild
+++ b/dev-python/distlib/distlib-0.3.9.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} python3_13t pypy3 pypy3_11 )
+PYTHON_COMPAT=( python3_{10..14} python3_13t pypy3 pypy3_11 )
inherit distutils-r1