diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-07-19 19:26:49 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-07-19 20:59:03 +0200 |
commit | 79a14971ea1c23abe0fea068cc3c20b9017e58ee (patch) | |
tree | d09b265c2128bf8e807ddc7c3dc1e9a05d922f68 /dev-python/pyflakes | |
parent | dev-python/pyflakes: Increase test verbosity (diff) | |
download | gentoo-79a14971ea1c23abe0fea068cc3c20b9017e58ee.tar.gz gentoo-79a14971ea1c23abe0fea068cc3c20b9017e58ee.tar.bz2 gentoo-79a14971ea1c23abe0fea068cc3c20b9017e58ee.zip |
dev-python/pyflakes: Enable py3.7
Diffstat (limited to 'dev-python/pyflakes')
-rw-r--r-- | dev-python/pyflakes/pyflakes-1.6.0.ebuild | 2 |
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 |