dev-python/flake8-polyfill: Tested on py3.6

This commit is contained in:
Michał Górny
2017-04-26 17:40:25 +02:00
parent 263a70a78c
commit e6a40be4d5

View File

@@ -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"