@@ -37,9 +37,7 @@ The manylinux project supports:
37
37
38
38
- ``manylinux_2_28 `` images for ``x86_64 ``, ``aarch64 ``, ``ppc64le `` and ``s390x ``.
39
39
40
- - ``musllinux_1_1 `` images for ``x86_64 ``, ``i686 ``, ``aarch64 ``, ``ppc64le `` and ``s390x ``.
41
-
42
- - ``musllinux_1_2 `` images for ``x86_64 ``, ``i686 ``, ``aarch64 ``, ``ppc64le `` and ``s390x ``.
40
+ - ``musllinux_1_2 `` images for ``x86_64 ``, ``i686 ``, ``aarch64 ``, ``ppc64le ``, ``s390x `` and ``armv7l ``.
43
41
44
42
45
43
Wheel packages compliant with those tags can be uploaded to
@@ -187,8 +185,10 @@ Toolchain: GCC 13
187
185
- armv7l image: ``quay.io/pypa/musllinux_1_2_armv7l ``
188
186
189
187
190
- musllinux_1_1 (Alpine Linux 2.12 based)
191
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
188
+ musllinux_1_1 (Alpine Linux 2.12 based - EOL)
189
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
190
+
191
+ Support for ``musllinux_1_1 `` has `ended on November 1st, 2024 <https://github.com/pypa/manylinux/issues/1629 >`_.
192
192
193
193
Toolchain: GCC 9
194
194
@@ -199,7 +199,7 @@ Toolchain: GCC 9
199
199
- s390x image: ``quay.io/pypa/musllinux_1_1_s390x ``
200
200
201
201
202
- All images are rebuilt using GitHub Actions / Travis-CI on every commit to this
202
+ All supported images are rebuilt using GitHub Actions / Travis-CI on every commit to this
203
203
repository; see the
204
204
`docker/ <https://github.com/pypa/manylinux/tree/main/docker >`_
205
205
directory for source code.
@@ -208,7 +208,7 @@ directory for source code.
208
208
Image content
209
209
~~~~~~~~~~~~~
210
210
211
- All images currently contain:
211
+ All supported images currently contain:
212
212
213
213
- CPython 3.6, 3.7, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13, 3.13t and PyPy 3.7, 3.8, 3.9, 3.10 installed in
214
214
``/opt/python/<python tag>-<abi tag> ``. The directories are named
0 commit comments