diff options
author | Patrick Lauer <patrick@gentoo.org> | 2017-11-08 07:06:12 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2017-11-08 07:07:58 +0000 |
commit | c30f6e927437c73a8365241a762e83cab97d4ca9 (patch) | |
tree | 0342e409b1795a3c2f15afc712619b475d45d920 /dev-python/pytest-flake8 | |
parent | dev-python/pyphen: Add py36 (diff) | |
download | gentoo-c30f6e927437c73a8365241a762e83cab97d4ca9.tar.gz gentoo-c30f6e927437c73a8365241a762e83cab97d4ca9.tar.bz2 gentoo-c30f6e927437c73a8365241a762e83cab97d4ca9.zip |
dev-python/pytest-flake8: Add py36
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'dev-python/pytest-flake8')
-rw-r--r-- | dev-python/pytest-flake8/pytest-flake8-0.8.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-flake8/pytest-flake8-0.8.1.ebuild b/dev-python/pytest-flake8/pytest-flake8-0.8.1.ebuild index 3023f8be88d9..a42af5a698ed 100644 --- a/dev-python/pytest-flake8/pytest-flake8-0.8.1.ebuild +++ b/dev-python/pytest-flake8/pytest-flake8-0.8.1.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 |