summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@atlas.cz>2023-05-29 20:28:11 +0200
committerSam James <sam@gentoo.org>2023-05-29 22:55:00 +0100
commit3b76bffc43221afa5a842ca830dc8f9bc170f3bd (patch)
tree310a4d2561ee39787bc8cf9779c54b456291c190
parentdev-python/sphinxcontrib-serializinghtml: enable py3.12 (diff)
downloadgentoo-3b76bffc43221afa5a842ca830dc8f9bc170f3bd.tar.gz
gentoo-3b76bffc43221afa5a842ca830dc8f9bc170f3bd.tar.bz2
gentoo-3b76bffc43221afa5a842ca830dc8f9bc170f3bd.zip
dev-python/sphinxcontrib-applehelp: enable py3.12
Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-python/sphinxcontrib-applehelp/sphinxcontrib-applehelp-1.0.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinxcontrib-applehelp/sphinxcontrib-applehelp-1.0.4.ebuild b/dev-python/sphinxcontrib-applehelp/sphinxcontrib-applehelp-1.0.4.ebuild
index e86612eceefb..c8ca8cfd3ca2 100644
--- a/dev-python/sphinxcontrib-applehelp/sphinxcontrib-applehelp-1.0.4.ebuild
+++ b/dev-python/sphinxcontrib-applehelp/sphinxcontrib-applehelp-1.0.4.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
inherit distutils-r1