From 1121291aa19bd791d1f07193e3e251b1bbfebc3e Mon Sep 17 00:00:00 2001 From: Patrick Lauer Date: Wed, 8 Nov 2017 07:07:03 +0000 Subject: [PATCH] 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 d0c9bc036a4d3..8fe6efc963f1f 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