summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-05-14 15:36:58 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-05-14 15:44:20 +0300
commita00aa8e1740426e2a6dbcb035b1ef2fed6863e74 (patch)
treea16387553c2a0d509e97cce99fb0930425b11f45 /dev-python/sphinxcontrib-serializinghtml
parentdev-python/sphinxcontrib-qthelp: enable py3.11 (diff)
downloadgentoo-a00aa8e1740426e2a6dbcb035b1ef2fed6863e74.tar.gz
gentoo-a00aa8e1740426e2a6dbcb035b1ef2fed6863e74.tar.bz2
gentoo-a00aa8e1740426e2a6dbcb035b1ef2fed6863e74.zip
dev-python/sphinxcontrib-serializinghtml: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/sphinxcontrib-serializinghtml')
-rw-r--r--dev-python/sphinxcontrib-serializinghtml/sphinxcontrib-serializinghtml-1.1.5-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinxcontrib-serializinghtml/sphinxcontrib-serializinghtml-1.1.5-r1.ebuild b/dev-python/sphinxcontrib-serializinghtml/sphinxcontrib-serializinghtml-1.1.5-r1.ebuild
index 67cc434cc8a9..95b287b4927d 100644
--- a/dev-python/sphinxcontrib-serializinghtml/sphinxcontrib-serializinghtml-1.1.5-r1.ebuild
+++ b/dev-python/sphinxcontrib-serializinghtml/sphinxcontrib-serializinghtml-1.1.5-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit distutils-r1