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
1 change: 1 addition & 0 deletions .buildkite/build.rayci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ steps:
commands:
- bazel run //ci/ray_ci:build_in_docker -- wheel --python-version {{matrix}} --architecture x86_64 --upload
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

For better maintainability, please add a comment explaining why Python 3.9 is being added back and when it should be removed. This will help future developers understand the context of this temporary change and prevent it from becoming technical debt.

      # TODO: Remove this once all release tests are migrated from python 3.9.
      - "3.9"

- "3.10"
- "3.11"
- "3.12"
Expand Down