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
Python wheels are great. Building them across **Mac, Linux, Windows**, on **multiple versions of Python**, is not.
18
17
19
-
`cibuildwheel` is here to help. `cibuildwheel` runs on your CI server - currently it supports GitHub Actions, Azure Pipelines, Travis CI, AppVeyor, CircleCI, and GitLab CI - and it builds and tests your wheels across all of your platforms.
18
+
`cibuildwheel` is here to help. `cibuildwheel` runs on your CI server - currently it supports GitHub Actions, Azure Pipelines, Travis CI, CircleCI, and GitLab CI - and it builds and tests your wheels across all of your platforms.
20
19
21
20
22
21
What does it do?
@@ -32,6 +31,7 @@ While cibuildwheel itself requires a recent Python version to run (we support th
@@ -45,7 +45,7 @@ While cibuildwheel itself requires a recent Python version to run (we support th
45
45
<sup>⁵ 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>
46
46
47
47
- Builds manylinux, musllinux, macOS 10.9+ (10.13+ for Python 3.12+), and Windows wheels for CPython, PyPy, and GraalPy
48
-
- Works on GitHub Actions, Azure Pipelines, Travis CI, AppVeyor, CircleCI, GitLab CI, and Cirrus CI
48
+
- Works on GitHub Actions, Azure Pipelines, Travis CI, CircleCI, GitLab CI, and Cirrus CI
49
49
- Bundles shared library dependencies on Linux and macOS through [auditwheel](https://github.com/pypa/auditwheel) and [delocate](https://github.com/matthew-brett/delocate)
50
50
- Runs your library's tests against the wheel-installed version of your library
51
51
@@ -58,10 +58,9 @@ Usage
58
58
59
59
|| Linux | macOS | Windows | Linux ARM | macOS ARM | Windows ARM | iOS |
0 commit comments