summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-10-24 19:29:19 +0200
committerMichał Górny <mgorny@gentoo.org>2023-10-24 19:51:11 +0200
commita79abb760a0d239545c09e741c160849e0f1c644 (patch)
tree4a5c4aec8b8e1052e3582272cecc6a117630cc74
parentdev-python/requests-cache: Enable py3.12 (diff)
downloadgentoo-a79abb760a0d239545c09e741c160849e0f1c644.tar.gz
gentoo-a79abb760a0d239545c09e741c160849e0f1c644.tar.bz2
gentoo-a79abb760a0d239545c09e741c160849e0f1c644.zip
dev-python/jupyterlab: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/jupyterlab/jupyterlab-4.0.7.ebuild2
1 files changed, 1 insertions, 1 deletions
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