commit: fb1238577ed7f4eb9e22061cf3be2d79fe7f31a3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 11:54:25 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 13:40:49 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb123857
dev-python/pytest-pep8: Tested on py3.6
dev-python/pytest-pep8/pytest-pep8-1.0.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 a2ce10282d9..5d5ec11517b 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_{4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
inherit distutils-r1