GH-49138: [Packaging][Python] Remove nightly cython install from manylinux wheel dockerfile#49139
Open
AlenkaF wants to merge 2 commits intoapache:mainfrom
Open
GH-49138: [Packaging][Python] Remove nightly cython install from manylinux wheel dockerfile#49139AlenkaF wants to merge 2 commits intoapache:mainfrom
AlenkaF wants to merge 2 commits intoapache:mainfrom
Conversation
|
|
Member
Author
|
@github-actions crossbow submit wheel-manylinux-2-28-cp313-cp313t-amd64 |
|
Revision: 11304e1 Submitted crossbow builds: ursacomputing/crossbow @ actions-203a255c02
|
raulcd
reviewed
Feb 4, 2026
Member
raulcd
left a comment
There was a problem hiding this comment.
Should we do the same for macOS wheel builds?
arrow/ci/scripts/python_wheel_macos_build.sh
Lines 49 to 53 in d2315fe
Member
Author
|
@github-actions crossbow submit wheel-macos-monterey-cp313-cp313t-amd64 |
|
Revision: 493fbac Submitted crossbow builds: ursacomputing/crossbow @ actions-892a460c91
|
Member
Author
|
@github-actions crossbow submit wheel-* |
|
Revision: 493fbac Submitted crossbow builds: ursacomputing/crossbow @ actions-b38424f180 |
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
We use nightlies version of Cython for free-threaded PyArrow wheels and they are currently failing, see #49138
What changes are included in this PR?
Nightly Cython install is removed and Cython is installed via requirements file.
Are these changes tested?
Tes.
Are there any user-facing changes?
No.