tools/release: remove macos python3.6 support
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user