diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-07-01 18:13:34 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-07-01 19:53:34 +0200 |
commit | 683192e72a39fb632dccaa1fb94cb8a29760327c (patch) | |
tree | ffaf98ea97d751dcce53edbba8efceaafb6b61fd /dev-python/jupyterlab_pygments | |
parent | dev-python/argon2-cffi: Port to py3.10 (diff) | |
download | gentoo-683192e72a39fb632dccaa1fb94cb8a29760327c.tar.gz gentoo-683192e72a39fb632dccaa1fb94cb8a29760327c.tar.bz2 gentoo-683192e72a39fb632dccaa1fb94cb8a29760327c.zip |
dev-python/jupyterlab_pygments: Port to py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jupyterlab_pygments')
-rw-r--r-- | dev-python/jupyterlab_pygments/jupyterlab_pygments-0.1.2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/jupyterlab_pygments/jupyterlab_pygments-0.1.2.ebuild b/dev-python/jupyterlab_pygments/jupyterlab_pygments-0.1.2.ebuild index 8160cbb97d01..29c49a1fdd4f 100644 --- a/dev-python/jupyterlab_pygments/jupyterlab_pygments-0.1.2.ebuild +++ b/dev-python/jupyterlab_pygments/jupyterlab_pygments-0.1.2.ebuild @@ -1,10 +1,9 @@ # Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 - -PYTHON_COMPAT=( python3_{7..9} ) +EAPI=8 +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="Pygments theme making use of JupyterLab CSS variables" |