commit: 943746678275be8c75a27be4b31addaed723ecdf
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu May 15 17:12:11 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu May 15 17:12:11 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94374667
dev-python/jaraco-stream: enable py3.14
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/jaraco-stream/jaraco-stream-3.0.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/jaraco-stream/jaraco-stream-3.0.4.ebuild
b/dev-python/jaraco-stream/jaraco-stream-3.0.4.ebuild
index 7e83e8e3ef15..b9922ffa5d75 100644
--- a/dev-python/jaraco-stream/jaraco-stream-3.0.4.ebuild
+++ b/dev-python/jaraco-stream/jaraco-stream-3.0.4.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_PN=${PN/-/.}
-PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
+PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
inherit distutils-r1 pypi