dev-python/qtconsole: Port to py3.10

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2021-07-01 14:45:25 +02:00
parent 06ad8727b9
commit 2dd49c5a88

View File

@@ -3,9 +3,8 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..9} )
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1
DESCRIPTION="Qt-based console for Jupyter with support for rich media output"