Skip to content

[v3-0-test] Python versions in shell params are strings (#52306) #52309

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 26, 2025

Conversation

github-actions[bot]
Copy link

The versions were "floats" and it accidentally worked because
they were coerced to strings, but with 3.10 it will be coerced to
the "3.1" string.
(cherry picked from commit 1c0c01d)

Co-authored-by: Jarek Potiuk [email protected]

The versions were "floats" and it accidentally worked because
they were coerced to strings, but with 3.10 it will be coerced to
the "3.1" string.
(cherry picked from commit 1c0c01d)

Co-authored-by: Jarek Potiuk <[email protected]>
@boring-cyborg boring-cyborg bot added area:dev-tools backport-to-v3-0-test Mark PR with this label to backport to v3-0-test branch labels Jun 26, 2025
@potiuk potiuk marked this pull request as ready for review June 26, 2025 22:07
@potiuk potiuk merged commit ea929ed into v3-0-test Jun 26, 2025
5 checks passed
@potiuk potiuk deleted the backport-1c0c01d-v3-0-test branch June 26, 2025 22:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:dev-tools backport-to-v3-0-test Mark PR with this label to backport to v3-0-test branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant