summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-06-13 17:36:07 +0100
committerSam James <sam@gentoo.org>2023-06-13 18:19:22 +0100
commitebb0a4c9caa63a4a51fa28ac8c60c65c459b48e5 (patch)
tree0ca0ebb7bbab1810662088503abeadb7bf87a7f6 /dev-python/GitPython
parentdev-python/gitdb: enable py3.12 (diff)
downloadgentoo-ebb0a4c9caa63a4a51fa28ac8c60c65c459b48e5.tar.gz
gentoo-ebb0a4c9caa63a4a51fa28ac8c60c65c459b48e5.tar.bz2
gentoo-ebb0a4c9caa63a4a51fa28ac8c60c65c459b48e5.zip
dev-python/GitPython: enable py3.12
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/GitPython')
-rw-r--r--dev-python/GitPython/GitPython-3.1.31.ebuild2
1 files changed, 1 insertions, 1 deletions
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