summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-11-19 20:50:04 +0100
committerMichał Górny <mgorny@gentoo.org>2020-11-19 20:50:26 +0100
commit77f7dcd0b7e90f823f4fcbfa1ad4b6a9ad261a54 (patch)
tree8c35d48492906a7144df72e064add74bc3b37e33 /dev-python/sphinx-gallery
parentdev-python/scandir: Port up to py3.9 (diff)
downloadgentoo-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.ebuild2
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