summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-07-16 14:22:45 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-07-16 15:22:34 +0300
commitbc526fc49f9c3ce62b74700109d8db18557094f3 (patch)
tree0dc6d4f2fc507c968228458bee67d694302a804e /dev-python
parentdev-python/prometheus_client: enable py3.11 (diff)
downloadgentoo-bc526fc49f9c3ce62b74700109d8db18557094f3.tar.gz
gentoo-bc526fc49f9c3ce62b74700109d8db18557094f3.tar.bz2
gentoo-bc526fc49f9c3ce62b74700109d8db18557094f3.zip
dev-python/jupyterlab_pygments: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/jupyterlab_pygments/jupyterlab_pygments-0.2.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jupyterlab_pygments/jupyterlab_pygments-0.2.2.ebuild b/dev-python/jupyterlab_pygments/jupyterlab_pygments-0.2.2.ebuild
index 27b5ac17d089..9743d7b38c95 100644
--- a/dev-python/jupyterlab_pygments/jupyterlab_pygments-0.2.2.ebuild
+++ b/dev-python/jupyterlab_pygments/jupyterlab_pygments-0.2.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=jupyter
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1