From a0082929da4f0078a278068e17d87b02df17cebd Mon Sep 17 00:00:00 2001 From: Lonnie Liu Date: Mon, 3 Nov 2025 03:35:40 +0000 Subject: [PATCH] [ci] stop verifying python 3.9 wheels we will stop releasing them Signed-off-by: Lonnie Liu --- .buildkite/release-automation/verify-macos-wheels.sh | 2 +- .buildkite/release-automation/wheels.rayci.yml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.buildkite/release-automation/verify-macos-wheels.sh b/.buildkite/release-automation/verify-macos-wheels.sh index 9fbda9614fdb..f09ba5f4e50f 100755 --- a/.buildkite/release-automation/verify-macos-wheels.sh +++ b/.buildkite/release-automation/verify-macos-wheels.sh @@ -7,7 +7,7 @@ set -x # TODO(#54047): Python 3.13 is skipped due to the bug # we should re-enable it when the bug is fixed. -PYTHON_VERSIONS=("3.9" "3.10" "3.11" "3.12") +PYTHON_VERSIONS=("3.10" "3.11" "3.12") BAZELISK_VERSION="v1.16.0" export USE_BAZEL_VERSION="${USE_BAZEL_VERSION:-6.5.0}" diff --git a/.buildkite/release-automation/wheels.rayci.yml b/.buildkite/release-automation/wheels.rayci.yml index dbed97277c6f..758c30db78c7 100644 --- a/.buildkite/release-automation/wheels.rayci.yml +++ b/.buildkite/release-automation/wheels.rayci.yml @@ -35,7 +35,6 @@ steps: - export RAY_COMMIT="$RAY_COMMIT" - bash -i .buildkite/release-automation/verify-linux-wheels.sh matrix: - - "3.9" - "3.10" - "3.11" - "3.12" @@ -58,7 +57,6 @@ steps: - export RAY_COMMIT="$RAY_COMMIT" - bash -i .buildkite/release-automation/verify-linux-wheels.sh matrix: - - "3.9" - "3.10" - "3.11" - "3.12"