summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-07-14 22:14:27 +0200
committerMichał Górny <mgorny@gentoo.org>2018-07-16 21:56:59 +0200
commit00bead6f1668ff1238d04bf07bf8b8e1324d9063 (patch)
tree4dc8d5ded11899b432ebaae1b2c6bd9ab9f4307a /dev-python/sphinx_rtd_theme
parentdev-python/snowballstemmer: Enable py3.7 (diff)
downloadgentoo-00bead6f1668ff1238d04bf07bf8b8e1324d9063.tar.gz
gentoo-00bead6f1668ff1238d04bf07bf8b8e1324d9063.tar.bz2
gentoo-00bead6f1668ff1238d04bf07bf8b8e1324d9063.zip
dev-python/sphinx_rtd_theme: Enable py3.7
Diffstat (limited to 'dev-python/sphinx_rtd_theme')
-rw-r--r--dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.2.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.2.4.ebuild b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.2.4.ebuild
index e232f33fca6b..9eeeca3b4a5c 100644
--- a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.2.4.ebuild
+++ b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.2.4.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy{,3} )
inherit distutils-r1