From: Virgil Dupras Date: Sat, 4 May 2019 19:11:38 +0000 (-0400) Subject: dev-python/nose-exclude: add py37 compat X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=87430d576121759101f7e3807426ac9541aa0dc1;p=gentoo.git dev-python/nose-exclude: add py37 compat Signed-off-by: Virgil Dupras Package-Manager: Portage-2.3.62, Repoman-2.3.11 --- diff --git a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild b/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild index b4d49a5fbb8c..de182d7597fc 100644 --- a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild +++ b/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6} pypy{,3} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy{,3} ) inherit distutils-r1