Skip to content

Commit 7b223b4

Browse files
authored
Merge pull request #938 from pypa/henryiii-patch-2
docs: note about musllinux mess
2 parents 716b784 + a02eeaa commit 7b223b4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,15 @@ What does it do?
2525
| | 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 |
2626
|---------------|----|-----|-----|-----|-----|----|-----|----|-----|-----|
2727
| CPython 3.6 || N/A ||| N/A ||||||
28-
| CPython 3.7 || N/A ||| N/A ||||||
29-
| CPython 3.8 |||| | N/A ||||||
30-
| CPython 3.9 ||||| ✅² || ||||
28+
| CPython 3.7 || N/A ||| N/A || ||||
29+
| CPython 3.8 ||||| N/A ||||||
30+
| CPython 3.9 ||||| ✅² |³ |||||
3131
| CPython 3.10 ||||| ✅² ||||||
3232
| PyPy 3.7 v7.3 || N/A || N/A | N/A | ✅¹ | ✅¹ | ✅¹ | N/A | N/A |
3333

3434
<sup>¹ PyPy is only supported for manylinux wheels.</sup><br>
3535
<sup>² Windows arm64 support is experimental.</sup><br>
36+
<sup>³ Alpine 3.14 and very briefly 3.15's default python3 [was not able to load](https://github.com/pypa/cibuildwheel/issues/934) musllinux wheels. This has been fixed; please upgrade the python package if using Alpine from before the fix.</sup><br>
3637

3738
- Builds manylinux, musllinux, macOS 10.9+, and Windows wheels for CPython and PyPy
3839
- Works on GitHub Actions, Azure Pipelines, Travis CI, AppVeyor, CircleCI, and GitLab CI

0 commit comments

Comments
 (0)