GH-51208: [CI][Python] Update builds to CPython 3.15.0rc2 (cp315) - #51209
Open
paultiq wants to merge 3 commits into
Open
GH-51208: [CI][Python] Update builds to CPython 3.15.0rc2 (cp315)#51209paultiq wants to merge 3 commits into
paultiq wants to merge 3 commits into
Conversation
paultiq
requested review from
assignUser,
jonkeane,
kou and
raulcd
as code owners
September 7, 2026 12:22
|
|
raulcd
reviewed
Sep 9, 2026
raulcd
left a comment
Member
There was a problem hiding this comment.
Thanks for working on this!
Could you try bumping the underlying images to build the wheels to use the newer cpython there?
diff --git a/compose.yaml b/compose.yaml
index b44d8c836a..6bca6e1ba4 100644
--- a/compose.yaml
+++ b/compose.yaml
@@ -1180,7 +1180,7 @@ services:
args:
arch: ${ARCH}
arch_short: ${ARCH_SHORT}
- base: quay.io/pypa/manylinux_2_28_${ARCH_ALIAS}:2026.08.08-1
+ base: quay.io/pypa/manylinux_2_28_${ARCH_ALIAS}:2026.09.05-1
manylinux: 2_28
python: ${PYTHON}
python_abi_tag: ${PYTHON_ABI_TAG}
@@ -1205,7 +1205,7 @@ services:
args:
arch: ${ARCH}
arch_short: ${ARCH_SHORT}
- base: quay.io/pypa/musllinux_1_2_${ARCH_ALIAS}:2026.08.08-1
+ base: quay.io/pypa/musllinux_1_2_${ARCH_ALIAS}:2026.09.05-1
musllinux: 1_2
python: ${PYTHON}
python_abi_tag: ${PYTHON_ABI_TAG}I'll kick off some sanity wheel builds after that and merge if no CI issues
…THON_WHEEL_WINDOWS_*_REVISION
Contributor
Author
|
Done, also checked my notes from preview PR #48191 and caught a few other needed changes: PYTHON_WHEEL_WINDOWS_IMAGE_REVISION and the Python build_date |
Member
|
@github-actions crossbow submit wheel-cp315 |
|
Revision: f73bb30 Submitted crossbow builds: ursacomputing/crossbow @ actions-2f019ffc35 |
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.
Rationale for this change
#48191 added 3.15 to CI, but pins to rc1 in a few places.
rc2 is now available, this is a minimal update from rc1 to rc2.
What changes are included in this PR?
Moves pin from rc1 to rc2 in the dockerfiles and install_python.sh
Are these changes tested?
Tested the manylinux build
Are there any user-facing changes?
No