summaryrefslogtreecommitdiff
path: root/dev-python/munch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/munch')
-rw-r--r--dev-python/munch/munch-2.5.0-r2.ebuild2
-rw-r--r--dev-python/munch/munch-3.0.0.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/munch/munch-2.5.0-r2.ebuild b/dev-python/munch/munch-2.5.0-r2.ebuild
index 589c7c66c79d..228058c768e9 100644
--- a/dev-python/munch/munch-2.5.0-r2.ebuild
+++ b/dev-python/munch/munch-2.5.0-r2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{7,8,9,10,11} pypy3 )
inherit distutils-r1 pypi
diff --git a/dev-python/munch/munch-3.0.0.ebuild b/dev-python/munch/munch-3.0.0.ebuild
index ed55cfb69297..08bad13fd387 100644
--- a/dev-python/munch/munch-3.0.0.ebuild
+++ b/dev-python/munch/munch-3.0.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
+PYTHON_COMPAT=( python3_{7,8,9,10,11} pypy3 )
inherit distutils-r1 pypi