airport: upgrade python to 3.6

This commit is contained in:
Albert Hopkins 2018-10-04 21:25:43 -07:00
parent 65a0c599ad
commit 971fd9ace8
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Settings for Airport
PYTHON_TARGETS="python3_4"
USE_PYTHON="3.4"
PYTHON_TARGETS="python3_6"
USE_PYTHON="3.6"
NGINX_MODULES_HTTP="auth_basic gzip proxy referer rewrite headers_more uwsgi"