From edede9dcfbfcb7586a6930a54c05852a1df723c7 Mon Sep 17 00:00:00 2001 From: Craig Andrews Date: Sun, 13 Oct 2019 16:28:02 -0400 Subject: 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 --- dev-python/pytest-pep8/pytest-pep8-1.0.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/pytest-pep8') 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 -- cgit v1.2.3-65-gdbad