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
<sup>¹ PyPy is only supported for manylinux wheels.</sup><br>
41
+
<sup>¹ PyPy & GraalPy are only supported for manylinux wheels.</sup><br>
41
42
<sup>² Windows arm64 support is experimental.</sup><br>
42
43
<sup>³ CPython 3.13 is available using the [`CIBW_PRERELEASE_PYTHONS`](https://cibuildwheel.pypa.io/en/stable/options/#prerelease-pythons) option. Free-threaded mode requires opt-in.</sup><br>
43
44
<sup>⁴ Experimental, not yet supported on PyPI, but can be used directly in web deployment. Use `--platform pyodide` to build.</sup><br>
44
45
45
-
- Builds manylinux, musllinux, macOS 10.9+, and Windows wheels for CPythonand PyPy
46
+
- Builds manylinux, musllinux, macOS 10.9+, and Windows wheels for CPython, PyPy, and GraalPy
46
47
- Works on GitHub Actions, Azure Pipelines, Travis CI, AppVeyor, CircleCI, GitLab CI, and Cirrus CI
47
48
- Bundles shared library dependencies on Linux and macOS through [auditwheel](https://github.com/pypa/auditwheel) and [delocate](https://github.com/matthew-brett/delocate)
48
49
- Runs your library's tests against the wheel-installed version of your library
0 commit comments