From 6305026604f13802c25890488ae2b822ae2e095d Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Sat, 10 Nov 2018 13:35:08 +0000 Subject: [PATCH] dev-python/flake8: Add python3.7 support Signed-off-by: Justin Lecher Package-Manager: Portage-2.3.51, Repoman-2.3.11 --- dev-python/flake8/flake8-3.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2