diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-31 18:35:42 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-31 19:17:04 +0200 |
commit | d091056be044545cbd6c84d41964c7d23abdbf7d (patch) | |
tree | 6fd70eafaf57cb9f1d7361667ce4400a04943e8a /dev-python/sphinxcontrib-htmlhelp | |
parent | dev-python/sphinxcontrib-jsmath: Port to py39 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |