diff options
author | 2023-11-10 14:19:26 +0100 | |
---|---|---|
committer | 2023-11-10 14:20:01 +0100 | |
commit | 43fc09ca9a0aa1ee9a609b1078f3a38fda8fa23c (patch) | |
tree | b31429e669940518af83460895b001d057e50357 /dev-python/nbsphinx | |
parent | dev-python/metakernel: enable py3.12 (diff) | |
download | gentoo-43fc09ca9a0aa1ee9a609b1078f3a38fda8fa23c.tar.gz gentoo-43fc09ca9a0aa1ee9a609b1078f3a38fda8fa23c.tar.bz2 gentoo-43fc09ca9a0aa1ee9a609b1078f3a38fda8fa23c.zip |
dev-python/nbsphinx: enable py3.12
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/nbsphinx')
-rw-r--r-- | dev-python/nbsphinx/nbsphinx-0.9.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/nbsphinx/nbsphinx-0.9.3.ebuild b/dev-python/nbsphinx/nbsphinx-0.9.3.ebuild index 891f3016b21b..32f363b43d66 100644 --- a/dev-python/nbsphinx/nbsphinx-0.9.3.ebuild +++ b/dev-python/nbsphinx/nbsphinx-0.9.3.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi |