Skip to content

Commit 96972f4

Browse files
committed
[wheel] stop building python 3.9 wheels on the pipelines
also stops building python 3.9 aarch64 images Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
1 parent 0cdbe3f commit 96972f4

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.buildkite/build.rayci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ steps:
4242
commands:
4343
- bazel run //ci/ray_ci:build_in_docker -- wheel --python-version {{matrix}} --architecture x86_64 --upload
4444
matrix:
45-
- "3.9"
4645
- "3.10"
4746
- "3.11"
4847
- "3.12"

.buildkite/linux_aarch64.rayci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ steps:
3232
- docker
3333
wanda: docker/base-deps/cpu.wanda.yaml
3434
matrix:
35-
- "3.9"
3635
- "3.10"
3736
- "3.11"
3837
- "3.12"
@@ -45,7 +44,6 @@ steps:
4544
label: "wanda: ray.py{{matrix}}.cpu.base-extra (aarch64)"
4645
wanda: docker/base-extra/cpu.wanda.yaml
4746
matrix:
48-
- "3.9"
4947
- "3.10"
5048
- "3.11"
5149
- "3.12"
@@ -66,7 +64,6 @@ steps:
6664
matrix:
6765
setup:
6866
python:
69-
- "3.9"
7067
- "3.10"
7168
- "3.11"
7269
- "3.12"
@@ -91,7 +88,6 @@ steps:
9188
matrix:
9289
setup:
9390
python:
94-
- "3.9"
9591
- "3.10"
9692
- "3.11"
9793
- "3.12"
@@ -138,7 +134,6 @@ steps:
138134
commands:
139135
- bazel run //ci/ray_ci:build_in_docker -- wheel --python-version {{matrix}} --architecture aarch64 --upload
140136
matrix:
141-
- "3.9"
142137
- "3.10"
143138
- "3.11"
144139
- "3.12"
@@ -170,7 +165,6 @@ steps:
170165
- raycpubaseextra-aarch64
171166
job_env: forge-aarch64
172167
matrix:
173-
- "3.9"
174168
- "3.10"
175169
- "3.11"
176170
- "3.12"
@@ -197,7 +191,6 @@ steps:
197191
- raycpubase-aarch64
198192
job_env: forge-aarch64
199193
matrix:
200-
- "3.9"
201194
- "3.10"
202195
- "3.11"
203196
- "3.12"

0 commit comments

Comments
 (0)