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

index 9d9db414ce3cdde2d2404df7aea14113699a12bc..ac62b3309fa2e4d89c71f3f11b4f2226e8092268 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 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