diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-11-19 20:50:04 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-11-19 20:50:26 +0100 |
commit | 77f7dcd0b7e90f823f4fcbfa1ad4b6a9ad261a54 (patch) | |
tree | 8c35d48492906a7144df72e064add74bc3b37e33 /dev-python/sphinx-gallery | |
parent | dev-python/scandir: Port up to py3.9 (diff) | |
download | gentoo-77f7dcd0b7e90f823f4fcbfa1ad4b6a9ad261a54.tar.gz gentoo-77f7dcd0b7e90f823f4fcbfa1ad4b6a9ad261a54.tar.bz2 gentoo-77f7dcd0b7e90f823f4fcbfa1ad4b6a9ad261a54.zip |
dev-python/sphinx-gallery: Port up to py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sphinx-gallery')
-rw-r--r-- | dev-python/sphinx-gallery/sphinx-gallery-0.8.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinx-gallery/sphinx-gallery-0.8.1.ebuild b/dev-python/sphinx-gallery/sphinx-gallery-0.8.1.ebuild index c2e131784883..02a760490661 100644 --- a/dev-python/sphinx-gallery/sphinx-gallery-0.8.1.ebuild +++ b/dev-python/sphinx-gallery/sphinx-gallery-0.8.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..7} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit distutils-r1 |