diff options
author | Justin Lecher <jlec@gentoo.org> | 2018-11-10 13:35:08 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2018-11-10 14:25:24 +0000 |
commit | 6305026604f13802c25890488ae2b822ae2e095d (patch) | |
tree | a15a7aa4a53a781b58d920a0cddc7d67d199982b /dev-python/flake8 | |
parent | dev-python/mccabe: Add python3.7 support (diff) | |
download | gentoo-6305026604f13802c25890488ae2b822ae2e095d.tar.gz gentoo-6305026604f13802c25890488ae2b822ae2e095d.tar.bz2 gentoo-6305026604f13802c25890488ae2b822ae2e095d.zip |
dev-python/flake8: Add python3.7 support
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-python/flake8')
-rw-r--r-- | dev-python/flake8/flake8-3.6.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/flake8/flake8-3.6.0.ebuild b/dev-python/flake8/flake8-3.6.0.ebuild index 5e7f69a1d642..7cda3bb34738 100644 --- a/dev-python/flake8/flake8-3.6.0.ebuild +++ b/dev-python/flake8/flake8-3.6.0.ebuild @@ -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} ) inherit distutils-r1 |