summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-09-10 08:19:26 +0200
committerMichał Górny <mgorny@gentoo.org>2021-09-10 09:14:48 +0200
commit8c29463fbb7ba5ea2ad3bc9efd59c0cd3a9119f0 (patch)
tree9d517c4028a7b2b43b864675b4e726629b297506 /dev-python/GitPython
parentdev-python/mkdocs-git-revision-date-localized-plugin: Remove py3.10 (diff)
downloadgentoo-8c29463fbb7ba5ea2ad3bc9efd59c0cd3a9119f0.tar.gz
gentoo-8c29463fbb7ba5ea2ad3bc9efd59c0cd3a9119f0.tar.bz2
gentoo-8c29463fbb7ba5ea2ad3bc9efd59c0cd3a9119f0.zip
dev-python/GitPython: Remove py3.10, it's broken now
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/GitPython')
-rw-r--r--dev-python/GitPython/GitPython-3.1.20.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/GitPython/GitPython-3.1.20.ebuild b/dev-python/GitPython/GitPython-3.1.20.ebuild
index 220df8b08d24..8c5496608e19 100644
--- a/dev-python/GitPython/GitPython-3.1.20.ebuild
+++ b/dev-python/GitPython/GitPython-3.1.20.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..9} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1