commit: 35ae8c3feb0000099361821ff8e77abe940d39ec
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 17 14:30:46 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 17 15:03:30 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35ae8c3f
dev-python/srt: enable py3.14
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/srt/srt-3.5.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/srt/srt-3.5.3.ebuild b/dev-python/srt/srt-3.5.3.ebuild
index f5f8821816f2..e740ae20c9c0 100644
--- a/dev-python/srt/srt-3.5.3.ebuild
+++ b/dev-python/srt/srt-3.5.3.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
+PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
inherit distutils-r1 pypi