diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-11-17 17:40:14 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-11-17 18:43:29 +0100 |
commit | dfd3991495507f8811f31067a029f62d8f493eb2 (patch) | |
tree | 931354bef40bf5acd753b312d6dcd7da84215eb5 /dev-python/github3 | |
parent | dev-python/betamax-matchers: Port up to py3.9 (diff) | |
download | gentoo-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>
Diffstat (limited to 'dev-python/github3')
-rw-r--r-- | dev-python/github3/github3-1.3.0.ebuild | 2 |
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 |