summaryrefslogtreecommitdiff
path: root/dev-python/qtconsole
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/qtconsole')
-rw-r--r--dev-python/qtconsole/qtconsole-5.4.2.ebuild2
-rw-r--r--dev-python/qtconsole/qtconsole-5.4.3.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/qtconsole/qtconsole-5.4.2.ebuild b/dev-python/qtconsole/qtconsole-5.4.2.ebuild
index 6ec82c52c0bf..f43df9901ab4 100644
--- a/dev-python/qtconsole/qtconsole-5.4.2.ebuild
+++ b/dev-python/qtconsole/qtconsole-5.4.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} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1 pypi
diff --git a/dev-python/qtconsole/qtconsole-5.4.3.ebuild b/dev-python/qtconsole/qtconsole-5.4.3.ebuild
index 9496ecd342ea..75722e32ec5f 100644
--- a/dev-python/qtconsole/qtconsole-5.4.3.ebuild
+++ b/dev-python/qtconsole/qtconsole-5.4.3.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{7,8,9,10,11} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1 pypi