From: Michał Górny Date: Sat, 14 Jul 2018 20:15:09 +0000 (+0200) Subject: dev-python/flaky: Enable py3.7 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=2440570c74fc02072f3599bbad44cc61a9fb65b6;p=gentoo.git dev-python/flaky: Enable py3.7 --- diff --git a/dev-python/flaky/flaky-3.4.0.ebuild b/dev-python/flaky/flaky-3.4.0.ebuild index 60c307a51b05..7f4a1830a440 100644 --- a/dev-python/flaky/flaky-3.4.0.ebuild +++ b/dev-python/flaky/flaky-3.4.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