From a79abb760a0d239545c09e741c160849e0f1c644 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 24 Oct 2023 19:29:19 +0200 Subject: dev-python/jupyterlab: Enable py3.12 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- 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 -- cgit v1.2.3-65-gdbad