diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-12-14 14:27:46 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-12-14 14:33:10 +0100 |
commit | 5e3059d2a0e9a4cd9106e90e723a25587a63f713 (patch) | |
tree | a652bb1294cea5c9860279e97e14550514363b42 /dev-python/qtconsole | |
parent | dev-python/QtPy: drop pyside2,py310 restriction (diff) | |
download | gentoo-5e3059d2a0e9a4cd9106e90e723a25587a63f713.tar.gz gentoo-5e3059d2a0e9a4cd9106e90e723a25587a63f713.tar.bz2 gentoo-5e3059d2a0e9a4cd9106e90e723a25587a63f713.zip |
dev-python/qtconsole: re-enable py3.10
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/qtconsole')
-rw-r--r-- | dev-python/qtconsole/qtconsole-5.2.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/qtconsole/qtconsole-5.2.2.ebuild b/dev-python/qtconsole/qtconsole-5.2.2.ebuild index 82cf36fe9fd7..b1f5e4ed3f09 100644 --- a/dev-python/qtconsole/qtconsole-5.2.2.ebuild +++ b/dev-python/qtconsole/qtconsole-5.2.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 |