dev-python/autopep8: Tested on py3.6

This commit is contained in:
Michał Górny
2017-04-20 20:22:16 +02:00
parent 349b7e7ee8
commit a2c82a8a58
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
EAPI=6
PYTHON_COMPAT=( python{2_7,3_{4,5}} pypy{,3} )
PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy{,3} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python{2_7,3_4} pypy pypy3 )
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy pypy3 )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1 git-2