commit: e41e5b4b85375e4faf85a025e9ab7a9ca14b19c9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 19 09:24:50 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 19 09:31:26 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e41e5b4b
dev-python/scripttest: Enable py3.14
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/scripttest/scripttest-2.0_p1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/scripttest/scripttest-2.0_p1.ebuild
b/dev-python/scripttest/scripttest-2.0_p1.ebuild
index 0356645f70e0..08fd13ecc5e9 100644
--- a/dev-python/scripttest/scripttest-2.0_p1.ebuild
+++ b/dev-python/scripttest/scripttest-2.0_p1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
+PYTHON_COMPAT=( python3_{11..14} python3_{13,14}t pypy3_11 )
inherit distutils-r1 pypi