Skip to content

Add pre-compiled wheel for Python 3.13 #51

@dperdios

Description

@dperdios

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.

mach/pyproject.toml

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 :)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions