commit: 0764062f2c72d7fc922818f661036f183112bf82
Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 10 07:31:14 2025 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sun Aug 10 07:34:01 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0764062f
dev-python/sortedcollections: enable py3.14
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
dev-python/sortedcollections/sortedcollections-2.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/sortedcollections/sortedcollections-2.1.0.ebuild
b/dev-python/sortedcollections/sortedcollections-2.1.0.ebuild
index 9a04cb8d53..62171a7e01 100644
--- a/dev-python/sortedcollections/sortedcollections-2.1.0.ebuild
+++ b/dev-python/sortedcollections/sortedcollections-2.1.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{11..14} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1