From: Maxim Koltsov Date: Sun, 28 Apr 2019 08:12:01 +0000 (+0300) Subject: dev-python/pytest-rerunfailures: PYTHON_COMPAT 3.7 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=34cf11b1d8d9a33d166ccab4db21c5aeef6adff9;p=gentoo.git dev-python/pytest-rerunfailures: PYTHON_COMPAT 3.7 Package-Manager: Portage-2.3.63, Repoman-2.3.12 Signed-off-by: Maxim Koltsov --- diff --git a/dev-python/pytest-rerunfailures/pytest-rerunfailures-2.1.0.ebuild b/dev-python/pytest-rerunfailures/pytest-rerunfailures-2.1.0.ebuild index 5778fcbd788f..e98660958fc8 100644 --- a/dev-python/pytest-rerunfailures/pytest-rerunfailures-2.1.0.ebuild +++ b/dev-python/pytest-rerunfailures/pytest-rerunfailures-2.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 ) inherit distutils-r1