summaryrefslogtreecommitdiff
path: root/dev-python/commandlines
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/commandlines')
-rw-r--r--dev-python/commandlines/commandlines-0.4.1-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/commandlines/commandlines-0.4.1-r1.ebuild b/dev-python/commandlines/commandlines-0.4.1-r1.ebuild
index 17a83237c6d6..72c8ee90cee9 100644
--- a/dev-python/commandlines/commandlines-0.4.1-r1.ebuild
+++ b/dev-python/commandlines/commandlines-0.4.1-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
+PYTHON_COMPAT=( python3_{7,8,9,10,11} pypy3 )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1