-
Notifications
You must be signed in to change notification settings - Fork 3.9k
GH-47438: Set up wheel building for Python 3.14 #47616
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
base: main
Are you sure you want to change the base?
Conversation
@github-actions crossbow submit cp314 |
|
@github-actions crossbow submit -g wheel |
Revision: 4d579d3 Submitted crossbow builds: ursacomputing/crossbow @ actions-7c2f27054b |
@github-actions crossbow submit cp314 |
Revision: b610f02 Submitted crossbow builds: ursacomputing/crossbow @ actions-254712ded5 |
@github-actions crossbow submit wheel-manylinux-2-28-cp314-cp314-arm64 |
Revision: ba5bb8a Submitted crossbow builds: ursacomputing/crossbow @ actions-1fc62abec5
|
@github-actions crossbow submit wheel-manylinux-2-28-cp314-cp314-arm64 |
Revision: caa904a Submitted crossbow builds: ursacomputing/crossbow @ actions-ee8c32d46b
|
@github-actions crossbow submit wheel-manylinux-2-28-cp314-cp314-arm64 |
Revision: 5c4330d Submitted crossbow builds: ursacomputing/crossbow @ actions-a34b2c22d4
|
conda-forge/pyarrow-feedstock#156 is merged! |
5c4330d
to
767e2c4
Compare
@github-actions crossbow submit cp314-cp314 |
Revision: 767e2c4 Submitted crossbow builds: ursacomputing/crossbow @ actions-1d7807353f |
@github-actions crossbow submit wheel-macos-monterey-cp314-cp314-amd64 |
Revision: c3f4e0c Submitted crossbow builds: ursacomputing/crossbow @ actions-9af78ce96e
|
@github-actions crossbow submit wheel-musllinux-1-2-cp313-cp313-amd64 wheel-musllinux-1-2-cp314-cp314-amd64 |
Revision: c3f4e0c Submitted crossbow builds: ursacomputing/crossbow @ actions-1433f047dd
|
Rationale for this change
Python 3.14 is currently in a prerelease status and is expected to have a final release in October this year (https://peps.python.org/pep-0745/).
We should ensure we are fully ready to support Python 3.14 for the PyArrow 22 release.
What changes are included in this PR?
This PR updates wheels for Python 3.14.
Are these changes tested?
Tested in the CI and with extended builds.
Are there any user-facing changes?
No, but users will be able to use PyArrow with Python 3.14.
Todo:
.env
Follow-ups: