Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .buildkite/_images.rayci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ steps:
- skip-on-release-tests
wanda: docker/base-slim/cpu.wanda.yaml
matrix:
- "3.9"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

While removing Python 3.9 for the slim image builds is a good step, the broader goal of removing this EOL version from the project appears incomplete. Python 3.9 is still referenced in multiple other build configurations, for example in ci/docker/base.gpu.Dockerfile, ci/docker/base.test.Dockerfile, ci/docker/doc.build.Dockerfile, ci/docker/forge.Dockerfile, ci/docker/ray-core.Dockerfile, and ci/docker/windows.build.Dockerfile. To ensure consistency and completely remove the security risks of an EOL version, please consider either expanding this PR to remove all instances of Python 3.9, or creating a tracking issue for the remaining work.

- "3.10"
- "3.11"
- "3.12"
Expand All @@ -206,7 +205,6 @@ steps:
matrix:
setup:
python:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
Expand Down