From: Michał Górny Date: Wed, 26 Apr 2017 15:40:25 +0000 (+0200) Subject: dev-python/flake8-polyfill: Tested on py3.6 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e6a40be4d5c7c50c4ba002c7ac419b0c0ceb56a0;p=gentoo.git dev-python/flake8-polyfill: Tested on py3.6 --- 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"