-
Notifications
You must be signed in to change notification settings - Fork 3.9k
GH-48280: [CI] PYTHON_PATCH_VERSION docker warnings #48282
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
Conversation
928a122 to
c224da2
Compare
|
@github-actions crossbow submit wheel-* |
|
Revision: c224da2 Submitted crossbow builds: ursacomputing/crossbow @ actions-fb8fc9576e |
|
I have opened an issue for the failing windows wheels: #48314. As for this PR, it should be ready for review @pitrou. I have also updated all Python patch versions from |
pitrou
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. @kou do you want to take a look?
kou
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
We may want to add a script that updates patch versions in several files automatically.
Rationale for this change
Warnings in the docker compose step, see https://github.com/ursacomputing/crossbow/actions/runs/19167940422/job/54793047049#step:7:55
What changes are included in this PR?
Instead of adding
PYTHON_PATCH_VERSIONto.envI have moved the use of the patch version to the free-threaded musllinux jobs asPYTHON_PATCH_VERSIONwas only needed there.I have also updated all Python patch versions from
3.13.7to3.13.9.Are these changes tested?
Yes, CI and extended python wheels builds should pass.
Are there any user-facing changes?
No.
PYTHON_PATCH_VERSIONdocker warnings #48280