dev-python/pytest-rerunfailures: PYTHON_COMPAT 3.7

Package-Manager: Portage-2.3.63, Repoman-2.3.12
Signed-off-by: Maxim Koltsov <maksbotan@gentoo.org>
This commit is contained in:
Maxim Koltsov
2019-04-28 11:12:01 +03:00
parent 00ac19acad
commit 34cf11b1d8

View File

@@ -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