dev-python/nose-exclude: add py37 compat
authorVirgil Dupras <vdupras@gentoo.org>
Sat, 4 May 2019 19:11:38 +0000 (15:11 -0400)
committerVirgil Dupras <vdupras@gentoo.org>
Sat, 4 May 2019 19:11:38 +0000 (15:11 -0400)
Signed-off-by: Virgil Dupras <vdupras@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

dev-python/nose-exclude/nose-exclude-0.5.0.ebuild

index b4d49a5fbb8c458ad2b05ff1b0251dcfc07191cb..de182d7597fcd155272b9c7a4b482ccfd3ac60c2 100644 (file)
@@ -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