From: Tony Vroon Date: Wed, 22 May 2019 14:41:53 +0000 (+0100) Subject: dev-python/pytest-flakes: Widen PYTHON_COMPAT X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=10e53506d119a545d38c49fe86505df83ef70a89;p=gentoo.git dev-python/pytest-flakes: Widen PYTHON_COMPAT Test suite passes for Python 3.6 & 3.7, so add to PYTHON_COMPAT. Bug: https://bugs.gentoo.org/678422 Suggested-By: Pacho Ramos Signed-Off-By: Tony Vroon Package-Manager: Portage-2.3.62, Repoman-2.3.11 --- diff --git a/dev-python/pytest-flakes/pytest-flakes-4.0.0.ebuild b/dev-python/pytest-flakes/pytest-flakes-4.0.0.ebuild index d273097c8000..adbbf8912f9a 100644 --- a/dev-python/pytest-flakes/pytest-flakes-4.0.0.ebuild +++ b/dev-python/pytest-flakes/pytest-flakes-4.0.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6} pypy pypy3) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3) inherit distutils-r1