summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-07-19 19:26:49 +0200
committerMichał Górny <mgorny@gentoo.org>2018-07-19 20:59:03 +0200
commit79a14971ea1c23abe0fea068cc3c20b9017e58ee (patch)
treed09b265c2128bf8e807ddc7c3dc1e9a05d922f68
parentdev-python/pyflakes: Increase test verbosity (diff)
downloadgentoo-79a14971ea1c23abe0fea068cc3c20b9017e58ee.tar.gz
gentoo-79a14971ea1c23abe0fea068cc3c20b9017e58ee.tar.bz2
gentoo-79a14971ea1c23abe0fea068cc3c20b9017e58ee.zip
dev-python/pyflakes: Enable py3.7
-rw-r--r--dev-python/pyflakes/pyflakes-1.6.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyflakes/pyflakes-1.6.0.ebuild b/dev-python/pyflakes/pyflakes-1.6.0.ebuild
index 41a47f5c2c92..258cbf022e4a 100644
--- a/dev-python/pyflakes/pyflakes-1.6.0.ebuild
+++ b/dev-python/pyflakes/pyflakes-1.6.0.ebuild
@@ -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