diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-05-14 15:36:47 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-05-14 15:44:20 +0300 |
commit | 570d8bc855026d51019a90c07028607a8193acba (patch) | |
tree | 00a5ac504c16d7347014b37ea47168f9055b448d | |
parent | dev-python/sphinxcontrib-jsmath: enable py3.11 (diff) | |
download | gentoo-570d8bc855026d51019a90c07028607a8193acba.tar.gz gentoo-570d8bc855026d51019a90c07028607a8193acba.tar.bz2 gentoo-570d8bc855026d51019a90c07028607a8193acba.zip |
dev-python/sphinxcontrib-qthelp: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r-- | dev-python/sphinxcontrib-qthelp/sphinxcontrib-qthelp-1.0.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinxcontrib-qthelp/sphinxcontrib-qthelp-1.0.3-r1.ebuild b/dev-python/sphinxcontrib-qthelp/sphinxcontrib-qthelp-1.0.3-r1.ebuild index d9bc0c5e4e9b..009a3220f32b 100644 --- a/dev-python/sphinxcontrib-qthelp/sphinxcontrib-qthelp-1.0.3-r1.ebuild +++ b/dev-python/sphinxcontrib-qthelp/sphinxcontrib-qthelp-1.0.3-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 |