From 63820d341c47f26e699df375ced7c1ee985c946c Mon Sep 17 00:00:00 2001 From: Louis Sautier Date: Wed, 5 Sep 2018 15:51:01 +0200 Subject: [PATCH] dev-python/pycodestyle: add Python 3.7 support Package-Manager: Portage-2.3.48, Repoman-2.3.10 --- dev-python/pycodestyle/pycodestyle-2.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pycodestyle/pycodestyle-2.4.0.ebuild b/dev-python/pycodestyle/pycodestyle-2.4.0.ebuild index 10fb79dbb657..41243bdcb870 100644 --- a/dev-python/pycodestyle/pycodestyle-2.4.0.ebuild +++ b/dev-python/pycodestyle/pycodestyle-2.4.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) +PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6,7}} ) inherit distutils-r1 -- 2.26.2