Skip to content

[release] keep building python 3.9 wheel for internal testing#58732

Merged
aslonnie merged 1 commit intoreleases/2.52.0from
lonnie-251117-py39whl
Nov 18, 2025
Merged

[release] keep building python 3.9 wheel for internal testing#58732
aslonnie merged 1 commit intoreleases/2.52.0from
lonnie-251117-py39whl

Conversation

@aslonnie
Copy link
Copy Markdown
Collaborator

still used in some of the release tests

still used in some of the release tests

Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
@aslonnie aslonnie merged commit 519975f into releases/2.52.0 Nov 18, 2025
3 of 5 checks passed
@aslonnie aslonnie deleted the lonnie-251117-py39whl branch November 18, 2025 06:40
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request re-enables the building of Python 3.9 wheels for internal testing by adding 3.9 back to the build matrix in the Buildkite configuration. The change is straightforward and aligns with the stated purpose. My only suggestion is to add a comment to the configuration file to document why this version is being kept, which will improve future maintainability.

commands:
- bazel run //ci/ray_ci:build_in_docker -- wheel --python-version {{matrix}} --architecture x86_64 --upload
matrix:
- "3.9"
Copy link
Copy Markdown
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, it would be helpful to add a comment explaining why Python 3.9 is being kept in the build matrix, referencing the reason mentioned in the pull request description. This will provide context for future developers who might consider removing it.

      # Kept for internal release tests. Can be removed once we fully drop Python 3.9 support.
      - "3.9"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant