summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-06-04 12:53:13 +0200
committerMichał Górny <mgorny@gentoo.org>2021-06-04 14:00:33 +0200
commitce60cb35e23eb5c77d6659b6a5155bd404c3082d (patch)
tree0f02e6b18d8452ea46441579040b8e7dc61c0a7e /dev-python/sphinxcontrib-applehelp
parentmedia-gfx/gmic: drop 2.9.5 (diff)
downloadgentoo-ce60cb35e23eb5c77d6659b6a5155bd404c3082d.tar.gz
gentoo-ce60cb35e23eb5c77d6659b6a5155bd404c3082d.tar.bz2
gentoo-ce60cb35e23eb5c77d6659b6a5155bd404c3082d.zip
dev-python/sphinxcontrib-applehelp: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sphinxcontrib-applehelp')
-rw-r--r--dev-python/sphinxcontrib-applehelp/sphinxcontrib-applehelp-1.0.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinxcontrib-applehelp/sphinxcontrib-applehelp-1.0.2.ebuild b/dev-python/sphinxcontrib-applehelp/sphinxcontrib-applehelp-1.0.2.ebuild
index dc5f6707fdd1..235da974ce65 100644
--- a/dev-python/sphinxcontrib-applehelp/sphinxcontrib-applehelp-1.0.2.ebuild
+++ b/dev-python/sphinxcontrib-applehelp/sphinxcontrib-applehelp-1.0.2.ebuild
@@ -2,8 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
inherit distutils-r1
DESCRIPTION="Sphinx extension which outputs Apple help book"