From: Patrick Lauer Date: Wed, 8 Nov 2017 07:07:03 +0000 (+0000) Subject: dev-python/pytest-isort: Add py36 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=1121291aa19bd791d1f07193e3e251b1bbfebc3e;p=gentoo.git dev-python/pytest-isort: Add py36 Package-Manager: Portage-2.3.13, Repoman-2.3.4 --- 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 d0c9bc036a4d..8fe6efc963f1 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