Skip to content

Commit 8f466d7

Browse files
authored
[ci] stop verifying python 3.9 wheels (#58365)
we will stop releasing them Signed-off-by: Lonnie Liu <[email protected]>
1 parent a64b756 commit 8f466d7

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.buildkite/release-automation/verify-macos-wheels.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -x
77
# TODO(#54047): Python 3.13 is skipped due to the bug
88
# we should re-enable it when the bug is fixed.
99

10-
PYTHON_VERSIONS=("3.9" "3.10" "3.11" "3.12")
10+
PYTHON_VERSIONS=("3.10" "3.11" "3.12")
1111
BAZELISK_VERSION="v1.16.0"
1212

1313
export USE_BAZEL_VERSION="${USE_BAZEL_VERSION:-6.5.0}"

.buildkite/release-automation/wheels.rayci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ steps:
3535
- export RAY_COMMIT="$RAY_COMMIT"
3636
- bash -i .buildkite/release-automation/verify-linux-wheels.sh
3737
matrix:
38-
- "3.9"
3938
- "3.10"
4039
- "3.11"
4140
- "3.12"
@@ -58,7 +57,6 @@ steps:
5857
- export RAY_COMMIT="$RAY_COMMIT"
5958
- bash -i .buildkite/release-automation/verify-linux-wheels.sh
6059
matrix:
61-
- "3.9"
6260
- "3.10"
6361
- "3.11"
6462
- "3.12"

0 commit comments

Comments
 (0)