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@gentoo.org>
This commit is contained in:
Sam James
2025-05-10 21:45:29 +01:00
parent 459f3982f6
commit cc8df334b0

View File

@@ -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