From f55ad273b7fac44ab4bd823bde3ab87fd6b3bc6b Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 3 Jun 2019 07:59:55 +0200 Subject: [PATCH] pkg: move to Python 3.7 --- Makefile | 2 +- src/bin/python3 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f2d44dd7f..718f69927 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ CORE_FLAVOUR= ${FLAVOUR} CORE_OPENVPN?= # empty CORE_PHP?= 72 CORE_PYTHON2?= 27 -CORE_PYTHON?= 36 +CORE_PYTHON?= 37 CORE_RADVD?= 1 CORE_SQUID?= # empty CORE_SURICATA?= # empty diff --git a/src/bin/python3 b/src/bin/python3 index 039b719b0..940bee389 120000 --- a/src/bin/python3 +++ b/src/bin/python3 @@ -1 +1 @@ -python3.6 \ No newline at end of file +python3.7 \ No newline at end of file