summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/GitPython/GitPython-3.1.11.ebuild')
-rw-r--r--dev-python/GitPython/GitPython-3.1.11.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/GitPython/GitPython-3.1.11.ebuild b/dev-python/GitPython/GitPython-3.1.11.ebuild
index e7aa556f3932..ebe82cd545a3 100644
--- a/dev-python/GitPython/GitPython-3.1.11.ebuild
+++ b/dev-python/GitPython/GitPython-3.1.11.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6..9} )
+PYTHON_COMPAT=( python3_{7..9} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1