dev-python/pytest-pep8: Python 3.7 compatibility
authorCraig Andrews <candrews@gentoo.org>
Sun, 13 Oct 2019 20:28:02 +0000 (16:28 -0400)
committerCraig Andrews <candrews@gentoo.org>
Tue, 15 Oct 2019 15:57:51 +0000 (11:57 -0400)
Closes: https://bugs.gentoo.org/697664
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/13287
Signed-off-by: Craig Andrews <candrews@gentoo.org>
dev-python/pytest-pep8/pytest-pep8-1.0.6.ebuild

index 56e5400f118df88f583fc316dd5152b4501fa888..75c30cd9450564e2da8f212a76b5b3b896a474d5 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{5,6} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 )
 
 inherit distutils-r1