-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Pre-built wheels for Python 3.14 and 3.14 free-threaded #2103
Copy link
Copy link
Open
Description
Is your feature request related to a problem? Please describe.
Missing pre-built wheel requires long computation and slowdowns.
Describe the solution you'd like
Pre-build the wheels in GitHub Actions:
| CIBW_BUILD: "cp38-* cp39-* cp310-* cp311-* cp312-*" |
cibuildwheel is compatible with CPython 3.14.0 Final since October 12.
Describe alternatives you've considered
Keep it like that. Let all the community lose hundreds of thousands of CPU minutes to rebuild the wheel again and again.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels