File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -199,10 +199,11 @@ artefact of Apple's official macOS naming scheme). The schema for compatibility
199199tags is :file: `macosx_{ x } _{ y } _{ arch } `, indicating that the wheel is compatible
200200with macOS ``x.y `` or later on the architecture ``arch ``.
201201
202- The values of ``x `` and ``y `` correspond to the major and minor version number of
203- the macOS release, respectively. They must both be positive integers, with the
204- ``x `` value being ``>= 10 ``. The version number always includes a major *and *
205- minor version, even if Apple's official version numbering only refers to
202+ The values of ``x `` and ``y `` correspond to the major and minor version number
203+ of the macOS release, respectively. They must both be positive integers, with
204+ the ``x `` value being either ``10 <= x <= 15 ``, or ``>=26 `` and corresponding
205+ to the year of the macOS release. The version number always includes a major
206+ *and * minor version, even if Apple's official version numbering only refers to
206207the major value. For example, ``macosx_11_0_arm64 `` indicates compatibility
207208with macOS 11 or later.
208209
You can’t perform that action at this time.
0 commit comments