diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-10-27 11:45:58 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-10-27 11:48:13 +0200 |
commit | b53bdaaf59d7f60df9939fc2ec4d2c53367ac4d4 (patch) | |
tree | af21ac6e226a9803fea458e3b990683111013dca /dev-python/qtconsole | |
parent | dev-python/jupyter_client: enable py3.11 (diff) | |
download | gentoo-b53bdaaf59d7f60df9939fc2ec4d2c53367ac4d4.tar.gz gentoo-b53bdaaf59d7f60df9939fc2ec4d2c53367ac4d4.tar.bz2 gentoo-b53bdaaf59d7f60df9939fc2ec4d2c53367ac4d4.zip |
dev-python/qtconsole: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/qtconsole')
-rw-r--r-- | dev-python/qtconsole/qtconsole-5.3.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |