commit:     a79abb760a0d239545c09e741c160849e0f1c644
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 24 17:29:19 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Oct 24 17:51:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a79abb76

dev-python/jupyterlab: Enable py3.12

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/jupyterlab/jupyterlab-4.0.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jupyterlab/jupyterlab-4.0.7.ebuild 
b/dev-python/jupyterlab/jupyterlab-4.0.7.ebuild
index a329291d6048..a9ae6842f846 100644
--- a/dev-python/jupyterlab/jupyterlab-4.0.7.ebuild
+++ b/dev-python/jupyterlab/jupyterlab-4.0.7.ebuild
@@ -3,8 +3,8 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
 DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 pypi xdg
 

Reply via email to