diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-01-11 16:00:49 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-01-11 16:00:49 +0100 |
commit | d74cb71777fd786767b0de1b86407d4bb6141792 (patch) | |
tree | f16e67af12a1f531ba42e4f5890360653dd4dafc /dev-python/sphinx-gallery | |
parent | dev-libs/double-conversion: add version 3.2.0 (diff) | |
download | gentoo-d74cb71777fd786767b0de1b86407d4bb6141792.tar.gz gentoo-d74cb71777fd786767b0de1b86407d4bb6141792.tar.bz2 gentoo-d74cb71777fd786767b0de1b86407d4bb6141792.zip |
dev-python/sphinx-gallery: enable python3.10
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/sphinx-gallery')
-rw-r--r-- | dev-python/sphinx-gallery/sphinx-gallery-0.10.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/sphinx-gallery/sphinx-gallery-0.10.1.ebuild b/dev-python/sphinx-gallery/sphinx-gallery-0.10.1.ebuild index 09cd037c8e88..cd6c79e83ffa 100644 --- a/dev-python/sphinx-gallery/sphinx-gallery-0.10.1.ebuild +++ b/dev-python/sphinx-gallery/sphinx-gallery-0.10.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 |