dev-python/nosexcover: Python 3.7 compatibility
authorCraig Andrews <candrews@gentoo.org>
Sun, 13 Oct 2019 20:12:54 +0000 (16:12 -0400)
committerCraig Andrews <candrews@gentoo.org>
Tue, 15 Oct 2019 15:57:53 +0000 (11:57 -0400)
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>
dev-python/nosexcover/nosexcover-1.0.11.ebuild

index 1786118604a69a029374201ced154039edce7d6a..5138cc036a3be1e6f9ac7271e0aaaa8146ea4c4f 100644 (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