summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-05-24 14:44:37 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-05-24 15:02:37 +0200
commit40aba4a1556fcc1403ce5e81f50f5c5fad0a6454 (patch)
tree67afe9b6191310c0f5d7d92235c8de12809c9db6 /dev-python/GitPython
parentdev-python/gitdb: enable py3.11, nose --> pytest (diff)
downloadgentoo-40aba4a1556fcc1403ce5e81f50f5c5fad0a6454.tar.gz
gentoo-40aba4a1556fcc1403ce5e81f50f5c5fad0a6454.tar.bz2
gentoo-40aba4a1556fcc1403ce5e81f50f5c5fad0a6454.zip
dev-python/GitPython: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/GitPython')
-rw-r--r--dev-python/GitPython/GitPython-3.1.27.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/GitPython/GitPython-3.1.27.ebuild b/dev-python/GitPython/GitPython-3.1.27.ebuild
index dd1783145b6a..c9c4086745eb 100644
--- a/dev-python/GitPython/GitPython-3.1.27.ebuild
+++ b/dev-python/GitPython/GitPython-3.1.27.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1