Skip to content

Commit

Permalink
[ci] remove macos 3.8 wheel (#44019)
Browse files Browse the repository at this point in the history
Another 3.8 wheel we no longer need

Signed-off-by: can <[email protected]>
  • Loading branch information
can-anyscale committed Mar 15, 2024
1 parent 4bf6131 commit 7bece46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/build-wheel-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ DOWNLOAD_DIR=python_downloads

NODE_VERSION="14"

PY_MMS=("3.8" "3.9" "3.10" "3.11")
PY_MMS=("3.9" "3.10" "3.11")

if [[ -n "${SKIP_DEP_RES}" ]]; then
./ci/env/install-bazel.sh
Expand Down

0 comments on commit 7bece46

Please sign in to comment.