dev-python/sphinx: Enable py3.7
authorMichał Górny <mgorny@gentoo.org>
Sat, 14 Jul 2018 20:15:42 +0000 (22:15 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 16 Jul 2018 19:57:12 +0000 (21:57 +0200)
dev-python/sphinx/sphinx-1.7.5-r1.ebuild

index 130b1d14f22374556bf805c0b1b53d5f6d445d20..68cbe615c4e286e6b399778eba2d931d0720c30b 100644 (file)
@@ -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} )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1