airport: upgrade python to 3.6
This commit is contained in:
parent
65a0c599ad
commit
971fd9ace8
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue