commit: b0d464b8adb0e0e305834386cf6d7f206ba3a53b
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sun Dec 31 00:54:43 2023 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sun Dec 31 00:54:43 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b0d464b8
dev-python/simplemma: enable py3.12
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
dev-python/simplemma/simplemma-0.9.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/simplemma/simplemma-0.9.1.ebuild
b/dev-python/simplemma/simplemma-0.9.1.ebuild
index cf7689fdc8..24e1274a89 100644
--- a/dev-python/simplemma/simplemma-0.9.1.ebuild
+++ b/dev-python/simplemma/simplemma-0.9.1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi