diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-06-05 14:15:07 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-06-05 14:19:44 +0200 |
commit | 236d76b395a8dcc950b13ee205cf948031595fd9 (patch) | |
tree | ea5e177531aed2b1c755614fd27eb43bf96d38ca /dev-python/sphinx-multiversion/sphinx-multiversion-0.2.4.ebuild | |
parent | dev-python/pytest-qt: backport test fixes from 4.0.0 to 3.3.0 (diff) | |
download | gentoo-236d76b395a8dcc950b13ee205cf948031595fd9.tar.gz gentoo-236d76b395a8dcc950b13ee205cf948031595fd9.tar.bz2 gentoo-236d76b395a8dcc950b13ee205cf948031595fd9.zip |
dev-python/sphinx-multiversion: add py3.10
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/sphinx-multiversion/sphinx-multiversion-0.2.4.ebuild')
-rw-r--r-- | dev-python/sphinx-multiversion/sphinx-multiversion-0.2.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/sphinx-multiversion/sphinx-multiversion-0.2.4.ebuild b/dev-python/sphinx-multiversion/sphinx-multiversion-0.2.4.ebuild index f2e37d40c773..feb4c5bc9e93 100644 --- a/dev-python/sphinx-multiversion/sphinx-multiversion-0.2.4.ebuild +++ b/dev-python/sphinx-multiversion/sphinx-multiversion-0.2.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{7..10} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 |