summaryrefslogtreecommitdiff
path: root/dev-python/editables
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/editables')
-rw-r--r--dev-python/editables/editables-0.5.ebuild2
-rw-r--r--dev-python/editables/editables-0.6.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/editables/editables-0.5.ebuild b/dev-python/editables/editables-0.5.ebuild
index 21574c3065f3..d5de6b97efe4 100644
--- a/dev-python/editables/editables-0.5.ebuild
+++ b/dev-python/editables/editables-0.5.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( pypy3_11 python3_{11..14} python3_{13,14}t )
+PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 )
inherit distutils-r1
diff --git a/dev-python/editables/editables-0.6.ebuild b/dev-python/editables/editables-0.6.ebuild
index efb7437a9896..9c9d373da2ee 100644
--- a/dev-python/editables/editables-0.6.ebuild
+++ b/dev-python/editables/editables-0.6.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( pypy3_11 python3_{11..15} python3_{13..15}t )
+PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 )
inherit distutils-r1