summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-29 16:13:18 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-30 09:40:19 +0200
commit154a07da05af8575d5bb3054f347a83f98090dac (patch)
tree92a42fe9e1729b0af11401b05faf508fb692464f
parentdev-python/deprecated: Port to py39 (diff)
downloadgentoo-154a07da05af8575d5bb3054f347a83f98090dac.tar.gz
gentoo-154a07da05af8575d5bb3054f347a83f98090dac.tar.bz2
gentoo-154a07da05af8575d5bb3054f347a83f98090dac.zip
dev-python/PyGithub: Port to py39
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/PyGithub/PyGithub-1.51.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/PyGithub/PyGithub-1.51.ebuild b/dev-python/PyGithub/PyGithub-1.51.ebuild
index cf6f5a658720..0a466756e898 100644
--- a/dev-python/PyGithub/PyGithub-1.51.ebuild
+++ b/dev-python/PyGithub/PyGithub-1.51.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1