From: Craig Andrews Date: Sun, 13 Oct 2019 20:28:02 +0000 (-0400) Subject: dev-python/pytest-pep8: Python 3.7 compatibility X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=edede9dcfbfcb7586a6930a54c05852a1df723c7;p=gentoo.git dev-python/pytest-pep8: Python 3.7 compatibility Closes: https://bugs.gentoo.org/697664 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Craig Andrews Closes: https://github.com/gentoo/gentoo/pull/13287 Signed-off-by: Craig Andrews --- diff --git a/dev-python/pytest-pep8/pytest-pep8-1.0.6.ebuild b/dev-python/pytest-pep8/pytest-pep8-1.0.6.ebuild index 56e5400f118d..75c30cd94505 100644 --- a/dev-python/pytest-pep8/pytest-pep8-1.0.6.ebuild +++ b/dev-python/pytest-pep8/pytest-pep8-1.0.6.ebuild @@ -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