-
Notifications
You must be signed in to change notification settings - Fork 3
Add pre-compiled wheel for Python 3.13 #51
Copy link
Copy link
Closed
Description
It seems like wheels are pre-compiled for all supported versions of Python except for 3.13 (https://github.com/Forest-Neurotech/mach/releases/tag/v0.1.0).
It seems like 313 is targeted for automatic build via CI. Unsure why it failed to build that wheel.
Lines 229 to 236 in c133065
| [tool.cibuildwheel] | |
| build = [ | |
| "cp39-manylinux_x86_64", | |
| "cp310-manylinux_x86_64", | |
| "cp311-manylinux_x86_64", | |
| "cp312-manylinux_x86_64", | |
| "cp313-manylinux_x86_64", | |
| ] |
Would be cool to include a wheel for 3.13 too :)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels