diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-04-20 13:54:25 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-04-20 15:40:49 +0200 |
commit | fb1238577ed7f4eb9e22061cf3be2d79fe7f31a3 (patch) | |
tree | 51d6fa1f1c919b58628b9b2a05aee7b85456be32 /dev-python/pytest-pep8 | |
parent | dev-perl/YAML-Syck: bump version to 1.300.0 wrt bug #614448 (diff) | |
download | gentoo-fb1238577ed7f4eb9e22061cf3be2d79fe7f31a3.tar.gz gentoo-fb1238577ed7f4eb9e22061cf3be2d79fe7f31a3.tar.bz2 gentoo-fb1238577ed7f4eb9e22061cf3be2d79fe7f31a3.zip |
dev-python/pytest-pep8: Tested on py3.6
Diffstat (limited to 'dev-python/pytest-pep8')
-rw-r--r-- | dev-python/pytest-pep8/pytest-pep8-1.0.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 a2ce10282d92..5d5ec11517bc 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 |