You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-14Lines changed: 15 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,25 +22,26 @@ What does it do?
22
22
23
23
While cibuildwheel itself requires a recent Python version to run (we support the last three releases), it can target the following versions to build wheels:
<sup>**1** PyPy & GraalPy are only supported for manylinux wheels.</sup><br>
41
41
<sup>**2** Windows arm64 support is experimental.</sup><br>
42
42
<sup>**3** Experimental, not yet supported on PyPI, but can be used directly in web deployment. Use `--platform pyodide` to build.</sup><br>
43
43
<sup>**4** manylinux armv7l support is experimental. As there are no RHEL based image for this architecture, it's using an Ubuntu based image instead.</sup><br>
44
+
<sup>**5** Python 3.15 requires opt-in using [`enable`](https://cibuildwheel.pypa.io/en/stable/options/#enable).</sup><br>
44
45
45
46
- Builds manylinux, musllinux, macOS, and Windows wheels for CPython, PyPy, and GraalPy
46
47
- Works on GitHub Actions, Azure Pipelines, CircleCI, and GitLab CI
0 commit comments