Skip to content

Conversation

AlenkaF
Copy link
Member

@AlenkaF AlenkaF commented Sep 22, 2025

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:

Follow-ups:

@AlenkaF
Copy link
Member Author

AlenkaF commented Sep 22, 2025

@github-actions crossbow submit cp314

Copy link

Unable to match any tasks for `cp314`
The Archery job run can be found at: https://github.com/apache/arrow/actions/runs/17912140076

@AlenkaF
Copy link
Member Author

AlenkaF commented Sep 22, 2025

@github-actions crossbow submit -g wheel

Copy link

Revision: 4d579d3

Submitted crossbow builds: ursacomputing/crossbow @ actions-7c2f27054b

Task Status
python-sdist GitHub Actions
wheel-macos-monterey-cp310-cp310-amd64 GitHub Actions
wheel-macos-monterey-cp310-cp310-arm64 GitHub Actions
wheel-macos-monterey-cp311-cp311-amd64 GitHub Actions
wheel-macos-monterey-cp311-cp311-arm64 GitHub Actions
wheel-macos-monterey-cp312-cp312-amd64 GitHub Actions
wheel-macos-monterey-cp312-cp312-arm64 GitHub Actions
wheel-macos-monterey-cp313-cp313-amd64 GitHub Actions
wheel-macos-monterey-cp313-cp313-arm64 GitHub Actions
wheel-macos-monterey-cp313-cp313t-amd64 GitHub Actions
wheel-macos-monterey-cp313-cp313t-arm64 GitHub Actions
wheel-macos-monterey-cp314-cp314-amd64 GitHub Actions
wheel-macos-monterey-cp314-cp314-arm64 GitHub Actions
wheel-macos-monterey-cp314-cp314t-amd64 GitHub Actions
wheel-macos-monterey-cp314-cp314t-arm64 GitHub Actions
wheel-manylinux-2-28-cp310-cp310-amd64 GitHub Actions
wheel-manylinux-2-28-cp310-cp310-arm64 GitHub Actions
wheel-manylinux-2-28-cp311-cp311-amd64 GitHub Actions
wheel-manylinux-2-28-cp311-cp311-arm64 GitHub Actions
wheel-manylinux-2-28-cp312-cp312-amd64 GitHub Actions
wheel-manylinux-2-28-cp312-cp312-arm64 GitHub Actions
wheel-manylinux-2-28-cp313-cp313-amd64 GitHub Actions
wheel-manylinux-2-28-cp313-cp313-arm64 GitHub Actions
wheel-manylinux-2-28-cp313-cp313t-amd64 GitHub Actions
wheel-manylinux-2-28-cp313-cp313t-arm64 GitHub Actions
wheel-manylinux-2-28-cp314-cp314-amd64 GitHub Actions
wheel-manylinux-2-28-cp314-cp314-arm64 GitHub Actions
wheel-manylinux-2-28-cp314-cp314t-amd64 GitHub Actions
wheel-manylinux-2-28-cp314-cp314t-arm64 GitHub Actions
wheel-musllinux-1-2-cp310-cp310-amd64 GitHub Actions
wheel-musllinux-1-2-cp310-cp310-arm64 GitHub Actions
wheel-musllinux-1-2-cp311-cp311-amd64 GitHub Actions
wheel-musllinux-1-2-cp311-cp311-arm64 GitHub Actions
wheel-musllinux-1-2-cp312-cp312-amd64 GitHub Actions
wheel-musllinux-1-2-cp312-cp312-arm64 GitHub Actions
wheel-musllinux-1-2-cp313-cp313-amd64 GitHub Actions
wheel-musllinux-1-2-cp313-cp313-arm64 GitHub Actions
wheel-musllinux-1-2-cp313-cp313t-amd64 GitHub Actions
wheel-musllinux-1-2-cp313-cp313t-arm64 GitHub Actions
wheel-musllinux-1-2-cp314-cp314-amd64 GitHub Actions
wheel-musllinux-1-2-cp314-cp314-arm64 GitHub Actions
wheel-musllinux-1-2-cp314-cp314t-amd64 GitHub Actions
wheel-musllinux-1-2-cp314-cp314t-arm64 GitHub Actions
wheel-windows-cp310-cp310-amd64 GitHub Actions
wheel-windows-cp311-cp311-amd64 GitHub Actions
wheel-windows-cp312-cp312-amd64 GitHub Actions
wheel-windows-cp313-cp313-amd64 GitHub Actions
wheel-windows-cp313-cp313t-amd64 GitHub Actions
wheel-windows-cp314-cp314-amd64 GitHub Actions
wheel-windows-cp314-cp314t-amd64 GitHub Actions

@AlenkaF
Copy link
Member Author

AlenkaF commented Sep 23, 2025

@github-actions crossbow submit cp314

Copy link

Revision: b610f02

Submitted crossbow builds: ursacomputing/crossbow @ actions-254712ded5

Task Status
wheel-macos-monterey-cp314-cp314-amd64 GitHub Actions
wheel-macos-monterey-cp314-cp314-arm64 GitHub Actions
wheel-manylinux-2-28-cp314-cp314-amd64 GitHub Actions
wheel-manylinux-2-28-cp314-cp314-arm64 GitHub Actions
wheel-musllinux-1-2-cp314-cp314-amd64 GitHub Actions
wheel-musllinux-1-2-cp314-cp314-arm64 GitHub Actions
wheel-windows-cp314-cp314-amd64 GitHub Actions

@AlenkaF
Copy link
Member Author

AlenkaF commented Sep 25, 2025

@github-actions crossbow submit wheel-manylinux-2-28-cp314-cp314-arm64

Copy link

Revision: ba5bb8a

Submitted crossbow builds: ursacomputing/crossbow @ actions-1fc62abec5

Task Status
wheel-manylinux-2-28-cp314-cp314-arm64 GitHub Actions

@AlenkaF
Copy link
Member Author

AlenkaF commented Sep 26, 2025

@github-actions crossbow submit wheel-manylinux-2-28-cp314-cp314-arm64

Copy link

Revision: caa904a

Submitted crossbow builds: ursacomputing/crossbow @ actions-ee8c32d46b

Task Status
wheel-manylinux-2-28-cp314-cp314-arm64 GitHub Actions

@AlenkaF
Copy link
Member Author

AlenkaF commented Sep 26, 2025

@github-actions crossbow submit wheel-manylinux-2-28-cp314-cp314-arm64

Copy link

Revision: 5c4330d

Submitted crossbow builds: ursacomputing/crossbow @ actions-a34b2c22d4

Task Status
wheel-manylinux-2-28-cp314-cp314-arm64 GitHub Actions

@EwoutH
Copy link

EwoutH commented Oct 2, 2025

conda-forge/pyarrow-feedstock#156 is merged!

@AlenkaF AlenkaF force-pushed the gh-47438-python-314 branch from 5c4330d to 767e2c4 Compare October 3, 2025 08:59
@AlenkaF
Copy link
Member Author

AlenkaF commented Oct 3, 2025

@github-actions crossbow submit cp314-cp314

Copy link

github-actions bot commented Oct 3, 2025

Revision: 767e2c4

Submitted crossbow builds: ursacomputing/crossbow @ actions-1d7807353f

Task Status
wheel-macos-monterey-cp314-cp314-amd64 GitHub Actions
wheel-macos-monterey-cp314-cp314-arm64 GitHub Actions
wheel-manylinux-2-28-cp314-cp314-amd64 GitHub Actions
wheel-manylinux-2-28-cp314-cp314-arm64 GitHub Actions
wheel-musllinux-1-2-cp314-cp314-amd64 GitHub Actions
wheel-musllinux-1-2-cp314-cp314-arm64 GitHub Actions
wheel-windows-cp314-cp314-amd64 GitHub Actions

@AlenkaF
Copy link
Member Author

AlenkaF commented Oct 3, 2025

@github-actions crossbow submit wheel-macos-monterey-cp314-cp314-amd64

Copy link

github-actions bot commented Oct 3, 2025

Revision: c3f4e0c

Submitted crossbow builds: ursacomputing/crossbow @ actions-9af78ce96e

Task Status
wheel-macos-monterey-cp314-cp314-amd64 GitHub Actions

@raulcd
Copy link
Member

raulcd commented Oct 3, 2025

@github-actions crossbow submit wheel-musllinux-1-2-cp313-cp313-amd64 wheel-musllinux-1-2-cp314-cp314-amd64

Copy link

github-actions bot commented Oct 3, 2025

Revision: c3f4e0c

Submitted crossbow builds: ursacomputing/crossbow @ actions-1433f047dd

Task Status
wheel-musllinux-1-2-cp313-cp313-amd64 GitHub Actions
wheel-musllinux-1-2-cp314-cp314-amd64 GitHub Actions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants