Skip to content

Commit 74e6ac8

Browse files
committed
Give exact glibc versions for legacy manylinux tags
1 parent b258ce2 commit 74e6ac8

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

source/specifications/platform-compatibility-tags.rst

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,10 @@ of ``sysconfig.get_platform()`` on the system as in the "simple" form above.
117117

118118
The following older tags are still supported for backward compatibility:
119119

120-
* ``manylinux1`` is based on a compatible Linux platform from 2007,
121-
and supports ``x86_64`` and ``i686`` architectures.
122-
* ``manylinux2010`` is based on a platform from 2010 and supports ``x86_64``
123-
and ``i686``.
124-
* ``manylinux2014`` is based on a platform from 2014 and supports
125-
``x86_64``, ``i686``, ``aarch64``, ``armv7l``, ``ppc64``, ``ppc64le``,
126-
and ``s390x``.
120+
* ``manylinux1`` supports glibc 2.5 on ``x86_64`` and ``i686`` architectures.
121+
* ``manylinux2010`` supports glibc 2.12 on ``x86_64`` and ``i686``.
122+
* ``manylinux2014`` supports glibc 2.17 on ``x86_64``, ``i686``, ``aarch64``,
123+
``armv7l``, ``ppc64``, ``ppc64le``, and ``s390x``.
127124

128125
In general, distributions built for older versions of the specification are
129126
forwards-compatible (meaning that ``manylinux1`` distributions should continue

0 commit comments

Comments
 (0)