commit: 09a8c0d289935a4581fcec6fbe1495b28c8ee44c
Author: Michael Schubert <mschu.dev <AT> gmail <DOT> com>
AuthorDate: Mon Jun 17 11:52:04 2024 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Jun 19 10:14:18 2024 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=09a8c0d2
dev-python/datrie: py3.12 compat
Signed-off-by: Michael Schubert <mschu.dev <AT> gmail.com>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/datrie/datrie-0.8.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/datrie/datrie-0.8.2-r1.ebuild
b/dev-python/datrie/datrie-0.8.2-r1.ebuild
index e8f9f9336..3bbd197d7 100644
--- a/dev-python/datrie/datrie-0.8.2-r1.ebuild
+++ b/dev-python/datrie/datrie-0.8.2-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
# Fails to compile with pep517
#DISTUTILS_USE_PEP517=setuptools