@@ -37,8 +37,6 @@ The manylinux project supports:
3737
3838- ``manylinux_2_28 `` images for ``x86_64 ``, ``aarch64 ``, ``ppc64le `` and ``s390x ``.
3939
40- - ``musllinux_1_1 `` images for ``x86_64 ``, ``i686 ``, ``aarch64 ``, ``ppc64le `` and ``s390x ``.
41-
4240- ``musllinux_1_2 `` images for ``x86_64 ``, ``i686 ``, ``aarch64 ``, ``ppc64le `` and ``s390x ``.
4341
4442
@@ -186,8 +184,10 @@ Toolchain: GCC 13
186184- s390x image: ``quay.io/pypa/musllinux_1_2_s390x ``
187185
188186
189- musllinux_1_1 (Alpine Linux 2.12 based)
190- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
187+ musllinux_1_1 (Alpine Linux 2.12 based - EOL)
188+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
189+
190+ Support for ``musllinux_1_1 `` has `ended on November 1st, 2024 <https://github.com/pypa/manylinux/issues/1629 >`_.
191191
192192Toolchain: GCC 9
193193
@@ -198,7 +198,7 @@ Toolchain: GCC 9
198198- s390x image: ``quay.io/pypa/musllinux_1_1_s390x ``
199199
200200
201- All images are rebuilt using GitHub Actions / Travis-CI on every commit to this
201+ All supported images are rebuilt using GitHub Actions / Travis-CI on every commit to this
202202repository; see the
203203`docker/ <https://github.com/pypa/manylinux/tree/main/docker >`_
204204directory for source code.
@@ -207,7 +207,7 @@ directory for source code.
207207Image content
208208~~~~~~~~~~~~~
209209
210- All images currently contain:
210+ All supported images currently contain:
211211
212212- 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
213213 ``/opt/python/<python tag>-<abi tag> ``. The directories are named
0 commit comments