commit: b53bdaaf59d7f60df9939fc2ec4d2c53367ac4d4
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 27 09:45:58 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Oct 27 09:48:13 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b53bdaaf
dev-python/qtconsole: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/qtconsole/qtconsole-5.3.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/qtconsole/qtconsole-5.3.2.ebuild
b/dev-python/qtconsole/qtconsole-5.3.2.ebuild
index a596e5db94b6..e9e877df915a 100644
--- a/dev-python/qtconsole/qtconsole-5.3.2.ebuild
+++ b/dev-python/qtconsole/qtconsole-5.3.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1