summaryrefslogtreecommitdiff
path: root/dev-python/PyGithub
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/PyGithub')
-rw-r--r--dev-python/PyGithub/PyGithub-1.53.ebuild2
-rw-r--r--dev-python/PyGithub/PyGithub-1.54.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/PyGithub/PyGithub-1.53.ebuild b/dev-python/PyGithub/PyGithub-1.53.ebuild
index e55faa1391e1..ae706d718ce0 100644
--- a/dev-python/PyGithub/PyGithub-1.53.ebuild
+++ b/dev-python/PyGithub/PyGithub-1.53.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{5..10} )
+PYTHON_COMPAT=( python3_{5,6,7,8,9,10} )
inherit distutils-r1
diff --git a/dev-python/PyGithub/PyGithub-1.54.ebuild b/dev-python/PyGithub/PyGithub-1.54.ebuild
index 9f20f8d864c6..6a8bf889f94c 100644
--- a/dev-python/PyGithub/PyGithub-1.54.ebuild
+++ b/dev-python/PyGithub/PyGithub-1.54.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{5..10} )
+PYTHON_COMPAT=( python3_{5,6,7,8,9,10} )
inherit distutils-r1