commit: 77f7dcd0b7e90f823f4fcbfa1ad4b6a9ad261a54
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 19 19:50:04 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Nov 19 19:50:26 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77f7dcd0
dev-python/sphinx-gallery: Port up to py3.9
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/sphinx-gallery/sphinx-gallery-0.8.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 c2e13178488..02a76049066 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