commit: 8a96e7dac9524ad332c12630f4b73a6b9654622a
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Thu Sep 14 14:34:47 2023 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Sep 14 14:34:47 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8a96e7da
dev-python/sortedcollections: enable py3.12
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
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 9fd1a313fa..734a2b09e5 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_{10..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1