diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2024-06-19 11:36:33 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2024-06-19 12:40:30 +0200 |
commit | 3176bef25736461d0d11d7b4035afb94e21ee7a9 (patch) | |
tree | 773ee2364a047b06a92a97b124399d05bdf570b1 | |
parent | dev-python/snakemake: version 7.32.4 is compat with py3.12 (diff) | |
download | sci-3176bef25736461d0d11d7b4035afb94e21ee7a9.tar.gz sci-3176bef25736461d0d11d7b4035afb94e21ee7a9.tar.bz2 sci-3176bef25736461d0d11d7b4035afb94e21ee7a9.zip |
dev-python/sphinxcontrib-napoleon: enable py3.12
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
-rw-r--r-- | dev-python/sphinxcontrib-napoleon/sphinxcontrib-napoleon-0.7-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinxcontrib-napoleon/sphinxcontrib-napoleon-0.7-r1.ebuild b/dev-python/sphinxcontrib-napoleon/sphinxcontrib-napoleon-0.7-r1.ebuild index 0a962fd5e..4293a6dd5 100644 --- a/dev-python/sphinxcontrib-napoleon/sphinxcontrib-napoleon-0.7-r1.ebuild +++ b/dev-python/sphinxcontrib-napoleon/sphinxcontrib-napoleon-0.7-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 |