diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-10-24 18:21:42 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-10-24 19:50:49 +0200 |
commit | fd4a24f8347fc42c0f488a1a6b4eb9018b8e30ab (patch) | |
tree | 07e2f8c1b5c21007578f9a89fb15b9d68ff5d872 /dev-python/nbformat | |
parent | dev-python/matplotlib-inline: Enable py3.12 (diff) | |
download | gentoo-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>
Diffstat (limited to 'dev-python/nbformat')
-rw-r--r-- | dev-python/nbformat/nbformat-5.9.2.ebuild | 2 |
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 |