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/build.rayci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ steps:
- raycudabase
- raycpubase
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.

high

While removing Python 3.9 from this build matrix is the right step, the overall goal of this PR to stop building Python 3.9 images seems incomplete. Other scripts in the repository still use Python 3.9 for building images (e.g., build-docker.sh). To fully deprecate Python 3.9, all related scripts should be updated. Please see the general summary comment for a detailed list of files.

- "3.10"
- "3.11"
- "3.12"
Expand All @@ -123,7 +122,6 @@ steps:
- raycpubaseextra
- raycudabaseextra
matrix:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
Expand Down