summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-10-24 18:56:46 +0200
committerMichał Górny <mgorny@gentoo.org>2023-10-24 19:51:01 +0200
commita94a389943a4a390db53a6c6242023369233ebfe (patch)
tree2dcb4346e92b0fd59317b563dd64892482cfe36b /dev-python/nbconvert
parentdev-python/ipywidgets: Enable py3.12 (diff)
downloadgentoo-a94a389943a4a390db53a6c6242023369233ebfe.tar.gz
gentoo-a94a389943a4a390db53a6c6242023369233ebfe.tar.bz2
gentoo-a94a389943a4a390db53a6c6242023369233ebfe.zip
dev-python/nbconvert: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/nbconvert')
-rw-r--r--dev-python/nbconvert/nbconvert-7.9.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/nbconvert/nbconvert-7.9.2.ebuild b/dev-python/nbconvert/nbconvert-7.9.2.ebuild
index c3ac4e5d1e50..e0161089c7f2 100644
--- a/dev-python/nbconvert/nbconvert-7.9.2.ebuild
+++ b/dev-python/nbconvert/nbconvert-7.9.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 multiprocessing pypi virtualx