Skip to content

Commit 305c9e5

Browse files
authored
Update platform-compatibility-tags.rst
1 parent 669a79a commit 305c9e5

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

source/specifications/platform-compatibility-tags.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,10 @@ representing the common subset of Linux platforms at a given point in time:
5151
and ``s390x``) and updates the base platform to a compatible Linux platform
5252
from 2014.
5353

54-
``manylinux_x_y`` (:pep:`600`) supersedes all previous PEPs to define a future-proof standard. It defines ``x`` and ``y`` as glibc major an minor versions supported (e.g. ``manylinux_2_24`` should work on any distro using glibc 2.24+). Previous tags are still supported for backward compatibility.
54+
``manylinux_x_y`` (:pep:`600`) supersedes all previous PEPs to define a
55+
future-proof standard. It defines ``x`` and ``y`` as glibc major an minor
56+
versions supported (e.g. ``manylinux_2_24`` should work on any distro using
57+
glibc 2.24+). Previous tags are still supported for backward compatibility.
5558

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

0 commit comments

Comments
 (0)