commit: 5a9a5adfb5bc6cb12b78056a7c37e098368a2e76
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 3 08:48:18 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Aug 3 08:50:25 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a9a5adf
dev-lang/python-exec: enable py3.14
This is just cosmetic, though.
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-lang/python-exec/python-exec-2.4.10.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-lang/python-exec/python-exec-2.4.10.ebuild
b/dev-lang/python-exec/python-exec-2.4.10.ebuild
index af542129b696..cfea6c4b2915 100644
--- a/dev-lang/python-exec/python-exec-2.4.10.ebuild
+++ b/dev-lang/python-exec/python-exec-2.4.10.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
+PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
inherit python-any-r1