summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2026-03-08 20:11:37 +0100
committerMichał Górny <mgorny@gentoo.org>2026-03-08 20:19:13 +0100
commit3db48b15a4f401e21d07bd61fdcbe6e34d7799ba (patch)
tree9b1ad0f0842cc55725f99988444353b6de68fb22 /dev-python
parent50c3ae2f429afd4512c45d07405b4fc7f9c040b6 (diff)
downloadgentoo-3db48b15a4f401e21d07bd61fdcbe6e34d7799ba.tar.gz
gentoo-3db48b15a4f401e21d07bd61fdcbe6e34d7799ba.tar.bz2
gentoo-3db48b15a4f401e21d07bd61fdcbe6e34d7799ba.zip
dev-python/qtconsole: Drop py3.11 (following IPython)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/qtconsole/qtconsole-5.6.1.ebuild4
-rw-r--r--dev-python/qtconsole/qtconsole-5.7.0.ebuild2
-rw-r--r--dev-python/qtconsole/qtconsole-5.7.1.ebuild2
3 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/qtconsole/qtconsole-5.6.1.ebuild b/dev-python/qtconsole/qtconsole-5.6.1.ebuild
index 52e4c911ef3c..3ec50f6741c3 100644
--- a/dev-python/qtconsole/qtconsole-5.6.1.ebuild
+++ b/dev-python/qtconsole/qtconsole-5.6.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{12..13} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1 pypi virtualx
diff --git a/dev-python/qtconsole/qtconsole-5.7.0.ebuild b/dev-python/qtconsole/qtconsole-5.7.0.ebuild
index 8d1b33184a50..9c6edad12513 100644
--- a/dev-python/qtconsole/qtconsole-5.7.0.ebuild
+++ b/dev-python/qtconsole/qtconsole-5.7.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..14} )
+PYTHON_COMPAT=( python3_{12..14} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1 pypi virtualx
diff --git a/dev-python/qtconsole/qtconsole-5.7.1.ebuild b/dev-python/qtconsole/qtconsole-5.7.1.ebuild
index 18a54af5a371..973449e01d07 100644
--- a/dev-python/qtconsole/qtconsole-5.7.1.ebuild
+++ b/dev-python/qtconsole/qtconsole-5.7.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..14} )
+PYTHON_COMPAT=( python3_{12..14} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1 pypi virtualx