Skip to content

Commit c87a04b

Browse files
committed
update doc
1 parent f5f185c commit c87a04b

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

+9-8
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ While cibuildwheel itself requires a recent Python version to run (we support th
2626

2727
| | macOS Intel | macOS Apple Silicon | Windows 64bit | Windows 32bit | Windows Arm64 | manylinux<br/>musllinux x86_64 | manylinux<br/>musllinux i686 | manylinux<br/>musllinux aarch64 | manylinux<br/>musllinux ppc64le | manylinux<br/>musllinux s390x | manylinux<br/>musllinux armv7l | Pyodide |
2828
|----------------|----|-----|-----|-----|-----|----|-----|----|-----|-----|---|-----|
29-
| CPython 3.6 || N/A ||| N/A ||||||| N/A |
30-
| CPython 3.7 || N/A ||| N/A ||||||| N/A |
31-
| CPython 3.8 ||||| N/A ||||||| N/A |
32-
| CPython 3.9 ||||| ✅² ||||||| N/A |
33-
| CPython 3.10 ||||| ✅² ||||||| N/A |
34-
| CPython 3.11 ||||| ✅² ||||||| N/A |
35-
| CPython 3.12 ||||| ✅² ||||||| ✅⁴ |
36-
| CPython 3.13³ ||||| ✅² ||||||| N/A |
29+
| CPython 3.6 || N/A ||| N/A |||||| | N/A |
30+
| CPython 3.7 || N/A ||| N/A |||||| | N/A |
31+
| CPython 3.8 ||||| N/A |||||| | N/A |
32+
| CPython 3.9 ||||| ✅² |||||| | N/A |
33+
| CPython 3.10 ||||| ✅² |||||| | N/A |
34+
| CPython 3.11 ||||| ✅² |||||| | N/A |
35+
| CPython 3.12 ||||| ✅² |||||| | ✅⁴ |
36+
| CPython 3.13³ ||||| ✅² |||||| | N/A |
3737
| PyPy 3.7 v7.3 || N/A || N/A | N/A | ✅¹ | ✅¹ | ✅¹ | N/A | N/A | N/A | N/A |
3838
| PyPy 3.8 v7.3 |||| N/A | N/A | ✅¹ | ✅¹ | ✅¹ | N/A | N/A | N/A | N/A |
3939
| PyPy 3.9 v7.3 |||| N/A | N/A | ✅¹ | ✅¹ | ✅¹ | N/A | N/A | N/A | N/A |
@@ -43,6 +43,7 @@ While cibuildwheel itself requires a recent Python version to run (we support th
4343
<sup>² Windows arm64 support is experimental.</sup><br>
4444
<sup>³ Free-threaded mode requires opt-in using [`CIBW_FREE_THREADED_SUPPORT`](https://cibuildwheel.pypa.io/en/stable/options/#free-threaded-support).</sup><br>
4545
<sup>⁴ Experimental, not yet supported on PyPI, but can be used directly in web deployment. Use `--platform pyodide` to build.</sup><br>
46+
<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>
4647

4748
- Builds manylinux, musllinux, macOS 10.9+ (10.13+ for Python 3.12+), and Windows wheels for CPython and PyPy
4849
- Works on GitHub Actions, Azure Pipelines, Travis CI, AppVeyor, CircleCI, GitLab CI, and Cirrus CI

0 commit comments

Comments
 (0)