From b53bdaaf59d7f60df9939fc2ec4d2c53367ac4d4 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Thu, 27 Oct 2022 11:45:58 +0200 Subject: dev-python/qtconsole: enable py3.11 Signed-off-by: Andrew Ammerlaan --- 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 -- cgit v1.2.3-65-gdbad