summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-10-24 18:21:42 +0200
committerMichał Górny <mgorny@gentoo.org>2023-10-24 19:50:49 +0200
commitfd4a24f8347fc42c0f488a1a6b4eb9018b8e30ab (patch)
tree07e2f8c1b5c21007578f9a89fb15b9d68ff5d872
parentdev-python/matplotlib-inline: Enable py3.12 (diff)
downloadgentoo-fd4a24f8347fc42c0f488a1a6b4eb9018b8e30ab.tar.gz
gentoo-fd4a24f8347fc42c0f488a1a6b4eb9018b8e30ab.tar.bz2
gentoo-fd4a24f8347fc42c0f488a1a6b4eb9018b8e30ab.zip
dev-python/nbformat: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/nbformat/nbformat-5.9.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/nbformat/nbformat-5.9.2.ebuild b/dev-python/nbformat/nbformat-5.9.2.ebuild
index 37335eb16943..45ddc4713466 100644
--- a/dev-python/nbformat/nbformat-5.9.2.ebuild
+++ b/dev-python/nbformat/nbformat-5.9.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
PYTHON_REQ_USE='sqlite'
inherit distutils-r1 pypi