diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-05-14 15:33:59 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-05-14 15:44:19 +0300 |
commit | cb69a7dd32bf4fcbef70e9b923734f2690aa7463 (patch) | |
tree | 31cc244fc9c48de5482b650de3c6e96348f70978 /dev-python/sphinxcontrib-applehelp | |
parent | x11-apps/fonttosfnt: keyword 1.2.2 for ~riscv (diff) | |
download | gentoo-cb69a7dd32bf4fcbef70e9b923734f2690aa7463.tar.gz gentoo-cb69a7dd32bf4fcbef70e9b923734f2690aa7463.tar.bz2 gentoo-cb69a7dd32bf4fcbef70e9b923734f2690aa7463.zip |
dev-python/sphinxcontrib-applehelp: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/sphinxcontrib-applehelp')
-rw-r--r-- | dev-python/sphinxcontrib-applehelp/sphinxcontrib-applehelp-1.0.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinxcontrib-applehelp/sphinxcontrib-applehelp-1.0.2-r1.ebuild b/dev-python/sphinxcontrib-applehelp/sphinxcontrib-applehelp-1.0.2-r1.ebuild index 7218d95a7862..b11431d540dd 100644 --- a/dev-python/sphinxcontrib-applehelp/sphinxcontrib-applehelp-1.0.2-r1.ebuild +++ b/dev-python/sphinxcontrib-applehelp/sphinxcontrib-applehelp-1.0.2-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 |