GH-48280: [CI] PYTHON_PATCH_VERSION docker warnings#48282
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 |
kou
left a comment
There was a problem hiding this comment.
+1
We may want to add a script that updates patch versions in several files automatically.
|
After merging your PR, Conbench analyzed the 3 benchmarking runs that have been run so far on merge-commit e90bacd. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. |
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