diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2023-05-29 20:30:59 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-29 22:55:01 +0100 |
commit | b15a28dc7b22be4958938f57118c66511b69d2d0 (patch) | |
tree | 5b2ea24cf017ff451eb43d41a5e47c5115781540 /dev-python/sphinxcontrib-htmlhelp | |
parent | dev-python/sphinxcontrib-devhelp: enable py3.12 (diff) | |
download | gentoo-b15a28dc7b22be4958938f57118c66511b69d2d0.tar.gz gentoo-b15a28dc7b22be4958938f57118c66511b69d2d0.tar.bz2 gentoo-b15a28dc7b22be4958938f57118c66511b69d2d0.zip |
dev-python/sphinxcontrib-htmlhelp: enable py3.12
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/sphinxcontrib-htmlhelp')
-rw-r--r-- | dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.1.ebuild b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.1.ebuild index 003414f2a224..63469224754e 100644 --- a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.1.ebuild +++ b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.1.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{9..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit distutils-r1 pypi |