commit: a31d3eaa9f3f4f5abbb3174c8e815d019e1e3889
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 11 15:45:50 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 11 17:03:54 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a31d3eaa
dev-python/sortedcontainers: Enable py3.14
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/sortedcontainers/sortedcontainers-2.4.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/sortedcontainers/sortedcontainers-2.4.0-r1.ebuild
b/dev-python/sortedcontainers/sortedcontainers-2.4.0-r1.ebuild
index dc3abc36a938..679a44a17a58 100644
--- a/dev-python/sortedcontainers/sortedcontainers-2.4.0-r1.ebuild
+++ b/dev-python/sortedcontainers/sortedcontainers-2.4.0-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..14} python3_13t pypy3 pypy3_11 )
+PYTHON_COMPAT=( python3_{11..14} python3_1{3t,4t} pypy3_11 )
inherit distutils-r1