commit: 1121291aa19bd791d1f07193e3e251b1bbfebc3e
Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 8 07:07:03 2017 +0000
Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Wed Nov 8 07:07:58 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1121291a
dev-python/pytest-isort: Add py36
Package-Manager: Portage-2.3.13, Repoman-2.3.4
dev-python/pytest-isort/pytest-isort-0.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pytest-isort/pytest-isort-0.1.0.ebuild
b/dev-python/pytest-isort/pytest-isort-0.1.0.ebuild
index d0c9bc036a4..8fe6efc963f 100644
--- a/dev-python/pytest-isort/pytest-isort-0.1.0.ebuild
+++ b/dev-python/pytest-isort/pytest-isort-0.1.0.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1