summaryrefslogtreecommitdiff
path: root/dev-python/pkg-resources
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pkg-resources')
-rw-r--r--dev-python/pkg-resources/pkg-resources-0.ebuild2
-rw-r--r--dev-python/pkg-resources/pkg-resources-81.0.0.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pkg-resources/pkg-resources-0.ebuild b/dev-python/pkg-resources/pkg-resources-0.ebuild
index a1b329453d6c..59dcbb2d4e6f 100644
--- a/dev-python/pkg-resources/pkg-resources-0.ebuild
+++ b/dev-python/pkg-resources/pkg-resources-0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
+PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 )
inherit python-r1
diff --git a/dev-python/pkg-resources/pkg-resources-81.0.0.ebuild b/dev-python/pkg-resources/pkg-resources-81.0.0.ebuild
index 7a900d30f5e2..e9ae69d1099d 100644
--- a/dev-python/pkg-resources/pkg-resources-81.0.0.ebuild
+++ b/dev-python/pkg-resources/pkg-resources-81.0.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=no
PYPI_PN=setuptools
-PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
+PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 )
PYTHON_REQ_USE="xml(+)"
inherit distutils-r1 pypi