From 971fd9ace8d3db543f304b459fb42450c9461f03 Mon Sep 17 00:00:00 2001 From: Albert Hopkins Date: Thu, 4 Oct 2018 21:25:43 -0700 Subject: [PATCH] airport: upgrade python to 3.6 --- appliances/airport/make.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appliances/airport/make.conf b/appliances/airport/make.conf index e5dde09..bccd359 100644 --- a/appliances/airport/make.conf +++ b/appliances/airport/make.conf @@ -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"