commit: ebb0a4c9caa63a4a51fa28ac8c60c65c459b48e5
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 13 16:36:07 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 13 17:19:22 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebb0a4c9
dev-python/GitPython: enable py3.12
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/GitPython/GitPython-3.1.31.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/GitPython/GitPython-3.1.31.ebuild
b/dev-python/GitPython/GitPython-3.1.31.ebuild
index 2ecd169efe75..965792916bee 100644
--- a/dev-python/GitPython/GitPython-3.1.31.ebuild
+++ b/dev-python/GitPython/GitPython-3.1.31.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1 pypi