summaryrefslogtreecommitdiff
path: root/dev-python/keystoneauth1
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/keystoneauth1')
-rw-r--r--dev-python/keystoneauth1/keystoneauth1-5.1.2.ebuild2
-rw-r--r--dev-python/keystoneauth1/keystoneauth1-5.2.0.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/keystoneauth1/keystoneauth1-5.1.2.ebuild b/dev-python/keystoneauth1/keystoneauth1-5.1.2.ebuild
index 7ec23cb3e477..3b88105b9dc5 100644
--- a/dev-python/keystoneauth1/keystoneauth1-5.1.2.ebuild
+++ b/dev-python/keystoneauth1/keystoneauth1-5.1.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{7,8,9,10,11} )
inherit distutils-r1 pypi
diff --git a/dev-python/keystoneauth1/keystoneauth1-5.2.0.ebuild b/dev-python/keystoneauth1/keystoneauth1-5.2.0.ebuild
index b0f8223e4c1a..e14019d471a2 100644
--- a/dev-python/keystoneauth1/keystoneauth1-5.2.0.ebuild
+++ b/dev-python/keystoneauth1/keystoneauth1-5.2.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{7,8,9,10,11} )
inherit distutils-r1 pypi