[SPARK-55518][INFRA][PYTHON][DOCS] Upgrade Python to 3.12 in doc build#54310
Closed
zhengruifeng wants to merge 2 commits intoapache:masterfrom
Closed
[SPARK-55518][INFRA][PYTHON][DOCS] Upgrade Python to 3.12 in doc build#54310zhengruifeng wants to merge 2 commits intoapache:masterfrom
zhengruifeng wants to merge 2 commits intoapache:masterfrom
Conversation
| run: python3.9 -m pip list | ||
| - name: List Python packages for branch-4.1 | ||
| if: inputs.branch == 'branch-4.1' | ||
| run: python3.11 -m pip list |
Member
There was a problem hiding this comment.
For my understanding: This PR seems to remove Python 3.11 installation step in the Docker file for branch-4.1. Where does this python 3.11 come from?
Contributor
Author
There was a problem hiding this comment.
This PR seems to remove Python 3.11 installation step in the Docker file for branch-4.1
I guess it is using a different image, since github.ref_name is used as the tag
Contributor
Author
There was a problem hiding this comment.
let me check it with a 4.1 PR
Contributor
Author
There was a problem hiding this comment.
I see this in step initialize container
Starting job container
/usr/bin/docker --config /home/runner/work/_temp/.docker_1e82e198-95d9-412d-9a06-2c22a7072071 login ghcr.io -u zhengruifeng --password-stdin
/usr/bin/docker --config /home/runner/work/_temp/.docker_1e82e198-95d9-412d-9a06-2c22a7072071 pull ghcr.io/zhengruifeng/apache-spark-ci-image-docs:branch-4.1-22123192824
https://github.com/zhengruifeng/spark/actions/runs/22123192824/job/63947748574
dongjoon-hyun
approved these changes
Feb 18, 2026
Member
dongjoon-hyun
left a comment
There was a problem hiding this comment.
Thank you for checking. +1, LGTM.
HyukjinKwon
approved these changes
Feb 19, 2026
Member
|
Merged to master. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
Upgrade Python to 3.12 in doc build
Why are the changes needed?
1, Upgrade Python to 3.12 in doc build;
2, Unpin
pyzmq<24.0.0introduced in #37904 for python linter, otherwise the python installation failsDoes this PR introduce any user-facing change?
No, infra-only
How was this patch tested?
CI, the PR builder should cover this change
Was this patch authored or co-authored using generative AI tooling?
No