From e9783bfd03591d44ac9b6b22f29d622b6cbc9584 Mon Sep 17 00:00:00 2001 From: Corentin Le Molgat Date: Tue, 22 Nov 2022 23:43:33 +0100 Subject: [PATCH] tools/release: remove macos python3.6 support --- tools/release/build_delivery_macos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/release/build_delivery_macos.sh b/tools/release/build_delivery_macos.sh index dc62fedae0..8470bf2848 100755 --- a/tools/release/build_delivery_macos.sh +++ b/tools/release/build_delivery_macos.sh @@ -214,7 +214,7 @@ function build_python() { if [[ ${PLATFORM} == "arm64" ]]; then local -r PY=(3.8 3.9 3.10 3.11) else - local -r PY=(3.6 3.7 3.8 3.9 3.10 3.11) + local -r PY=(3.7 3.8 3.9 3.10 3.11) fi for i in "${PY[@]}"; do