@@ -109,8 +109,8 @@ subset of Linux platforms, and allows building wheels tagged with the
109
109
``manylinux `` platform tag which can be used across most common Linux
110
110
distributions.
111
111
112
- The current standard is the future-proof `` manylinux_<x>_<y> ` ` standard. It defines
113
- tags of the form `` manylinux_<x>_<y>_< arch> ` `, where ``x `` and ``y `` are glibc major
112
+ The current standard is the future-proof :file: ` manylinux_{ x } _ { y } ` standard. It defines
113
+ tags of the form :file: ` manylinux_{ x } _ { y } _ { arch } `, where ``x `` and ``y `` are glibc major
114
114
and minor versions supported (e.g. ``manylinux_2_24_xxx `` should work on any
115
115
distro using glibc 2.24+), and ``arch `` is the architecture, matching the value
116
116
of :py:func: `sysconfig.get_platform() ` on the system as in the "simple" form above.
@@ -151,7 +151,7 @@ auditwheel ``>=1.0.0`` ``>=2.0.0`` ``>=3.0.0`` ``>=3.3.0`` [#
151
151
152
152
The ``musllinux `` family of tags is similar to ``manylinux ``, but for Linux
153
153
platforms that use the musl _ libc rather than glibc (a prime example being Alpine
154
- Linux). The schema is `` musllinux_<x>_<y>_< arch> ``, supporting musl ``x.y `` and higher
154
+ Linux). The schema is :file: ` musllinux_{ x } _ { y } _ { arch } ` `, supporting musl ``x.y `` and higher
155
155
on the architecture ``arch ``.
156
156
157
157
The musl version values can be obtained by executing the musl libc shared
@@ -196,7 +196,7 @@ macOS
196
196
197
197
macOS uses the ``macosx `` family of tags (the ``x `` suffix is a historical
198
198
artefact of Apple's official macOS naming scheme). The schema for compatibility
199
- tags is `` macosx_<x>_<y>_< arch> ``, indicating that the wheel is compatible with
199
+ tags is :file: ` macosx_{ x } _ { y } _ { arch } ` `, indicating that the wheel is compatible with
200
200
macOS ``x.y `` or later on the architecture ``arch ``. The version number always
201
201
includes a major and minor version, even if Apple's official version numbering
202
202
only refers to the major value. For example, a ``macosx_11_0_arm64 `` indicates
@@ -243,7 +243,7 @@ uses SDK 27 (i.e, Android 8.1).
243
243
iOS
244
244
---
245
245
246
- iOS uses the schema `` ios_<x>_<y>_< arch>_< sdk> ` `, indicating compatibility with
246
+ iOS uses the schema :file: ` ios_{ x } _ { y } _ { arch } _ { sdk } `, indicating compatibility with
247
247
iOS ``x.y `` or later, on the ``arch `` architecture, using the ``sdk `` SDK. The
248
248
version number always includes a major and minor version, even if Apple's
249
249
official version numbering only refers to the major value.
0 commit comments