summaryrefslogtreecommitdiff
path: root/dev-python/graphql-core
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/graphql-core')
-rw-r--r--dev-python/graphql-core/graphql-core-3.1.5.ebuild2
-rw-r--r--dev-python/graphql-core/graphql-core-3.1.6.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/graphql-core/graphql-core-3.1.5.ebuild b/dev-python/graphql-core/graphql-core-3.1.5.ebuild
index a4b1c6cb442f..b962de8848f0 100644
--- a/dev-python/graphql-core/graphql-core-3.1.5.ebuild
+++ b/dev-python/graphql-core/graphql-core-3.1.5.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{7,8,9,10} )
inherit distutils-r1
diff --git a/dev-python/graphql-core/graphql-core-3.1.6.ebuild b/dev-python/graphql-core/graphql-core-3.1.6.ebuild
index 290d25fad5ce..7c7fd5c782d3 100644
--- a/dev-python/graphql-core/graphql-core-3.1.6.ebuild
+++ b/dev-python/graphql-core/graphql-core-3.1.6.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{7,8,9,10} )
inherit distutils-r1