commit: 00ac19acade08dad3e916dba315c57d92e9ce2df
Author: Maxim Koltsov <maksbotan <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 28 08:10:23 2019 +0000
Commit: Maxim Koltsov <maksbotan <AT> gentoo <DOT> org>
CommitDate: Sun Apr 28 08:10:23 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00ac19ac
dev-python/pytest: PYTHON_COMPAT 3.7 for pytest-3
Package-Manager: Portage-2.3.63, Repoman-2.3.12
Signed-off-by: Maxim Koltsov <maksbotan <AT> gentoo.org>
dev-python/pytest/pytest-3.4.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pytest/pytest-3.4.2.ebuild
b/dev-python/pytest/pytest-3.4.2.ebuild
index be294ac486b..05a7c58b090 100644
--- a/dev-python/pytest/pytest-3.4.2.ebuild
+++ b/dev-python/pytest/pytest-3.4.2.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{5,6} pypy{,3} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy{,3} )
inherit distutils-r1