diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-06-04 12:55:34 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-06-04 14:00:39 +0200 |
commit | ca386cb7d44ca77f1a3f4333f32f17eb539ffcd2 (patch) | |
tree | 770fbf78dcc7057f52d1113c184cb6dd0fe025fa /dev-python/sphinxcontrib-qthelp | |
parent | dev-python/sphinxcontrib-serializinghtml: Enable py3.10 (diff) | |
download | gentoo-ca386cb7d44ca77f1a3f4333f32f17eb539ffcd2.tar.gz gentoo-ca386cb7d44ca77f1a3f4333f32f17eb539ffcd2.tar.bz2 gentoo-ca386cb7d44ca77f1a3f4333f32f17eb539ffcd2.zip |
dev-python/sphinxcontrib-qthelp: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sphinxcontrib-qthelp')
-rw-r--r-- | dev-python/sphinxcontrib-qthelp/sphinxcontrib-qthelp-1.0.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinxcontrib-qthelp/sphinxcontrib-qthelp-1.0.3.ebuild b/dev-python/sphinxcontrib-qthelp/sphinxcontrib-qthelp-1.0.3.ebuild index 02b4812f89c9..6699642adf44 100644 --- a/dev-python/sphinxcontrib-qthelp/sphinxcontrib-qthelp-1.0.3.ebuild +++ b/dev-python/sphinxcontrib-qthelp/sphinxcontrib-qthelp-1.0.3.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 QtHelp documents" |