dev-python/nosexcover: Python 3.7 compatibility

Closes: https://bugs.gentoo.org/685910
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/13285
Signed-off-by: Craig Andrews <candrews@gentoo.org>
This commit is contained in:
Craig Andrews
2019-10-13 16:12:54 -04:00
parent 46ae080a9f
commit feab81a826

View File

@@ -3,7 +3,7 @@
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{5,6} pypy )
PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy )
inherit distutils-r1