From: Craig Andrews Date: Sun, 13 Oct 2019 20:12:54 +0000 (-0400) Subject: dev-python/nosexcover: Python 3.7 compatibility X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=feab81a826e4e6648cc44bf3490db09354344ee4;p=gentoo.git 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 Closes: https://github.com/gentoo/gentoo/pull/13285 Signed-off-by: Craig Andrews --- diff --git a/dev-python/nosexcover/nosexcover-1.0.11.ebuild b/dev-python/nosexcover/nosexcover-1.0.11.ebuild index 1786118604a6..5138cc036a3b 100644 --- a/dev-python/nosexcover/nosexcover-1.0.11.ebuild +++ b/dev-python/nosexcover/nosexcover-1.0.11.ebuild @@ -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