Skip to content

Commit 41fbdfc

Browse files
aslonniepeterxcli
authored andcommitted
[macos] stop building python 3.9 wheels (ray-project#59825)
and remove python 3.9 related tests Signed-off-by: Lonnie Liu <95255098+aslonnie@users.noreply.github.com> Signed-off-by: peterxcli <peterxcli@gmail.com>
1 parent b25f497 commit 41fbdfc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ci/build/test-macos-wheels.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ function retry {
4444

4545
MACPYTHON_PY_PREFIX=/Library/Frameworks/Python.framework/Versions
4646

47-
PY_WHEEL_VERSIONS=("39" "310")
48-
PY_MMS=("3.9" "3.10")
47+
PY_WHEEL_VERSIONS=("310" "311" "312")
48+
PY_MMS=("3.10" "3.11" "3.12")
4949

5050
for ((i=0; i<${#PY_MMS[@]}; ++i)); do
5151
PY_MM="${PY_MMS[i]}"

python/build-wheel-macos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ DOWNLOAD_DIR=python_downloads
1010

1111
NODE_VERSION="14"
1212

13-
PY_MMS=("3.9" "3.10" "3.11" "3.12" "3.13")
13+
PY_MMS=("3.10" "3.11" "3.12" "3.13")
1414

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

0 commit comments

Comments
 (0)