summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-11-17 17:40:14 +0100
committerMichał Górny <mgorny@gentoo.org>2020-11-17 18:43:29 +0100
commitdfd3991495507f8811f31067a029f62d8f493eb2 (patch)
tree931354bef40bf5acd753b312d6dcd7da84215eb5
parentdev-python/betamax-matchers: Port up to py3.9 (diff)
downloadgentoo-dfd3991495507f8811f31067a029f62d8f493eb2.tar.gz
gentoo-dfd3991495507f8811f31067a029f62d8f493eb2.tar.bz2
gentoo-dfd3991495507f8811f31067a029f62d8f493eb2.zip
dev-python/github3: Port up to py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/github3/github3-1.3.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/github3/github3-1.3.0.ebuild b/dev-python/github3/github3-1.3.0.ebuild
index 8147e45ba6ff..2f00d28610d9 100644
--- a/dev-python/github3/github3-1.3.0.ebuild
+++ b/dev-python/github3/github3-1.3.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1