dev-python/pyflakes: Enable py3.7
authorMichał Górny <mgorny@gentoo.org>
Thu, 19 Jul 2018 17:26:49 +0000 (19:26 +0200)
committerMichał Górny <mgorny@gentoo.org>
Thu, 19 Jul 2018 18:59:03 +0000 (20:59 +0200)
dev-python/pyflakes/pyflakes-1.6.0.ebuild

index 41a47f5c2c927769c55272420337ecedce31f424..258cbf022e4a964189d64bb507822c221f70e055 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 pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 )
 
 inherit distutils-r1