summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-06-04 12:54:00 +0200
committerMichał Górny <mgorny@gentoo.org>2021-06-04 14:00:37 +0200
commit870b9416e6d24d692bf559f57e76b831d62066c5 (patch)
tree7abd0324399bae525a5275b6e25611b1fc311fab /dev-python/sphinxcontrib-htmlhelp
parentdev-python/sphinxcontrib-jsmath: Enable py3.10 (diff)
downloadgentoo-870b9416e6d24d692bf559f57e76b831d62066c5.tar.gz
gentoo-870b9416e6d24d692bf559f57e76b831d62066c5.tar.bz2
gentoo-870b9416e6d24d692bf559f57e76b831d62066c5.zip
dev-python/sphinxcontrib-htmlhelp: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sphinxcontrib-htmlhelp')
-rw-r--r--dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.0.ebuild b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.0.ebuild
index d48fd742660c..14ab5ad12120 100644
--- a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.0.ebuild
+++ b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.0.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 HTML help book"