diff options
author | 2022-05-14 15:36:58 +0300 | |
---|---|---|
committer | 2022-05-14 15:44:20 +0300 | |
commit | a00aa8e1740426e2a6dbcb035b1ef2fed6863e74 (patch) | |
tree | a16387553c2a0d509e97cce99fb0930425b11f45 /dev-python/sphinxcontrib-serializinghtml | |
parent | dev-python/sphinxcontrib-qthelp: enable py3.11 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |