net-wireless/*: update python compat settings

This commit is contained in:
Florian Tham
2018-07-24 08:32:23 +02:00
parent e78e89f836
commit 6eeedea59e
6 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
PYTHON_COMPAT=( python2_7 python3_5 python3_6 )
inherit cmake-utils python-single-r1 git-r3