From bc526fc49f9c3ce62b74700109d8db18557094f3 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Sat, 16 Jul 2022 14:22:45 +0300 Subject: dev-python/jupyterlab_pygments: enable py3.11 Signed-off-by: Arthur Zamarin --- dev-python/jupyterlab_pygments/jupyterlab_pygments-0.2.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python') 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 -- cgit v1.2.3-65-gdbad