commit: 8e4f02b9d56990d619084eb1f1e450dd11e4811c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 24 17:11:40 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Oct 24 17:51:05 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e4f02b9
dev-python/qtconsole: Enable py3.12
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/qtconsole/qtconsole-5.4.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/qtconsole/qtconsole-5.4.4.ebuild
b/dev-python/qtconsole/qtconsole-5.4.4.ebuild
index 0bf3283eabdf..f0dd3d6b58b3 100644
--- a/dev-python/qtconsole/qtconsole-5.4.4.ebuild
+++ b/dev-python/qtconsole/qtconsole-5.4.4.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1 pypi virtualx