summaryrefslogtreecommitdiff
path: root/dev-python/GitPython
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-11-25 22:30:00 +0000
committerSam James <sam@gentoo.org>2021-11-25 22:35:34 +0000
commitc0291410e1814ac45cb9fc36be97020576264538 (patch)
treea3a8d0b36177732817286f740855e46c7701181d /dev-python/GitPython
parentc1800aea164c66d0311d091a099e3b6f6d2d8869 (diff)
downloadgentoo-c0291410e1814ac45cb9fc36be97020576264538.tar.gz
gentoo-c0291410e1814ac45cb9fc36be97020576264538.tar.bz2
gentoo-c0291410e1814ac45cb9fc36be97020576264538.zip
dev-python/GitPython: enable py3.10
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/GitPython')
-rw-r--r--dev-python/GitPython/GitPython-3.1.24.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/GitPython/GitPython-3.1.24.ebuild b/dev-python/GitPython/GitPython-3.1.24.ebuild
index 52f88701083a..a167eff4631d 100644
--- a/dev-python/GitPython/GitPython-3.1.24.ebuild
+++ b/dev-python/GitPython/GitPython-3.1.24.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1