dev-python/sphinx-gallery: Port up to py3.9

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-11-19 20:50:04 +01:00
parent d239fd6dcd
commit 77f7dcd0b7

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{6..7} )
PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1