diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-06-04 12:53:27 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-06-04 14:00:35 +0200 |
commit | 44b1a86ed9f4f4553312d96bb546134e874e9dfe (patch) | |
tree | 2106939e54503a96c09785ddf0bf353a304c8df7 /dev-python/sphinxcontrib-devhelp | |
parent | dev-python/sphinxcontrib-applehelp: Enable py3.10 (diff) | |
download | gentoo-44b1a86ed9f4f4553312d96bb546134e874e9dfe.tar.gz gentoo-44b1a86ed9f4f4553312d96bb546134e874e9dfe.tar.bz2 gentoo-44b1a86ed9f4f4553312d96bb546134e874e9dfe.zip |
dev-python/sphinxcontrib-devhelp: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sphinxcontrib-devhelp')
-rw-r--r-- | dev-python/sphinxcontrib-devhelp/sphinxcontrib-devhelp-1.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinxcontrib-devhelp/sphinxcontrib-devhelp-1.0.2.ebuild b/dev-python/sphinxcontrib-devhelp/sphinxcontrib-devhelp-1.0.2.ebuild index f9a171a090a8..b2eae1f99fb8 100644 --- a/dev-python/sphinxcontrib-devhelp/sphinxcontrib-devhelp-1.0.2.ebuild +++ b/dev-python/sphinxcontrib-devhelp/sphinxcontrib-devhelp-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 Devhelp documents" |