tools/release: remove macos python3.6 support

This commit is contained in:
Corentin Le Molgat
2022-11-22 23:43:33 +01:00
parent 0b3ec09d5a
commit e9783bfd03

View File

@@ -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