summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-31 18:35:42 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-31 19:17:04 +0200
commitd091056be044545cbd6c84d41964c7d23abdbf7d (patch)
tree6fd70eafaf57cb9f1d7361667ce4400a04943e8a /dev-python/sphinxcontrib-htmlhelp
parentdev-python/sphinxcontrib-jsmath: Port to py39 (diff)
downloadgentoo-d091056be044545cbd6c84d41964c7d23abdbf7d.tar.gz
gentoo-d091056be044545cbd6c84d41964c7d23abdbf7d.tar.bz2
gentoo-d091056be044545cbd6c84d41964c7d23abdbf7d.zip
dev-python/sphinxcontrib-htmlhelp: Port to py39
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-1.0.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild
index e987c32773e3..362a4601fc64 100644
--- a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild
+++ b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-1.0.3.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python3_{6..9} pypy3 )
inherit distutils-r1