diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-04-26 17:40:25 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-04-26 18:33:58 +0200 |
commit | e6a40be4d5c7c50c4ba002c7ac419b0c0ceb56a0 (patch) | |
tree | e0a6192b139af41b50e22a808b0fe38f8536c321 /dev-python/flake8-polyfill | |
parent | dev-python/flake8-polyfill: Enable tests (diff) | |
download | gentoo-e6a40be4d5c7c50c4ba002c7ac419b0c0ceb56a0.tar.gz gentoo-e6a40be4d5c7c50c4ba002c7ac419b0c0ceb56a0.tar.bz2 gentoo-e6a40be4d5c7c50c4ba002c7ac419b0c0ceb56a0.zip |
dev-python/flake8-polyfill: Tested on py3.6
Diffstat (limited to 'dev-python/flake8-polyfill')
-rw-r--r-- | dev-python/flake8-polyfill/flake8-polyfill-1.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/flake8-polyfill/flake8-polyfill-1.0.1.ebuild b/dev-python/flake8-polyfill/flake8-polyfill-1.0.1.ebuild index 84bd5353b4fb..ce45dac7f78a 100644 --- a/dev-python/flake8-polyfill/flake8-polyfill-1.0.1.ebuild +++ b/dev-python/flake8-polyfill/flake8-polyfill-1.0.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 ) +PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 ) inherit distutils-r1 DESCRIPTION="Polyfill package for Flake8 plugins" |