diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-07-01 18:47:11 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-07-01 19:53:40 +0200 |
commit | 56f77dfdeec76c9a177c8ce96d29980958c0c99d (patch) | |
tree | d867ad28f8dbd955d59fe3ba3deadc237b61e85f /dev-python/widgetsnbextension | |
parent | dev-python/ipywidgets: Port to py3.10 (diff) | |
download | gentoo-56f77dfdeec76c9a177c8ce96d29980958c0c99d.tar.gz gentoo-56f77dfdeec76c9a177c8ce96d29980958c0c99d.tar.bz2 gentoo-56f77dfdeec76c9a177c8ce96d29980958c0c99d.zip |
dev-python/widgetsnbextension: Port to py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/widgetsnbextension')
-rw-r--r-- | dev-python/widgetsnbextension/widgetsnbextension-3.5.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/widgetsnbextension/widgetsnbextension-3.5.1-r1.ebuild b/dev-python/widgetsnbextension/widgetsnbextension-3.5.1-r1.ebuild index c367013d909e..149b6d7b4145 100644 --- a/dev-python/widgetsnbextension/widgetsnbextension-3.5.1-r1.ebuild +++ b/dev-python/widgetsnbextension/widgetsnbextension-3.5.1-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 |