commit: fbfce6897213446182d07f8cffec022f3713f198
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 27 10:17:55 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Oct 27 10:17:55 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbfce689
dev-python/jupyterlab_server: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/jupyterlab_server/jupyterlab_server-2.16.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/jupyterlab_server/jupyterlab_server-2.16.1.ebuild
b/dev-python/jupyterlab_server/jupyterlab_server-2.16.1.ebuild
index 246f5dbfdff8..a3afe0f0c7c4 100644
--- a/dev-python/jupyterlab_server/jupyterlab_server-2.16.1.ebuild
+++ b/dev-python/jupyterlab_server/jupyterlab_server-2.16.1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
DISTUTILS_USE_PEP517=hatchling
inherit distutils-r1