From 2dd49c5a88e25fed51586ec13105ddfefc7d4a97 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Thu, 1 Jul 2021 14:45:25 +0200 Subject: dev-python/qtconsole: Port to py3.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/qtconsole/qtconsole-5.1.1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/qtconsole/qtconsole-5.1.1.ebuild b/dev-python/qtconsole/qtconsole-5.1.1.ebuild index e0891449a20e..83475660a39a 100644 --- a/dev-python/qtconsole/qtconsole-5.1.1.ebuild +++ b/dev-python/qtconsole/qtconsole-5.1.1.ebuild @@ -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" -- cgit v1.2.3-65-gdbad