@@ -46,31 +46,32 @@ The following platforms are supported with binary wheels:
4646
4747.. table ::
4848
49-   +---------------+--------------------------+ 
50-   |  OS            |  Arch                     | 
51-   +===============+==========================+ 
52-   |  Windows       |  |  64-bit                 | 
53-   |                |  |  32-bit                 | 
54-   +---------------+--------------------------+ 
55-   |  Linux Intel   |  |  manylinux2010+ 64-bit  | 
56-   |                |  |  musllinux_1_1+ 64-bit  | 
57-   |                |  |  manylinux2010+ 32-bit  | 
58-   |                |  |  musllinux_1_1+ 32-bit  | 
59-   +---------------+--------------------------+ 
60-   |  Linux ARM     |  |  manylinux2014+ AArch64 | 
61-   |                |  |  musllinux_1_1+ AArch64 | 
62-   |                |  |  musllinux_1_2+ armv7l  | 
63-   +---------------+--------------------------+ 
64-   |  Linux PowerPC |  |  manylinux2014+ ppc64le | 
65-   |                |  |  musllinux_1_1+ ppc64le | 
66-   +---------------+--------------------------+ 
67-   |  Linux IBM Z   |  |  manylinux2014+ s390x   | 
68-   |                |  |  musllinux_1_1+ s390x   | 
69-   +---------------+--------------------------+ 
70-   |  macOS 10.10+  |  Intel                    | 
71-   +---------------+--------------------------+ 
72-   |  macOS 11+     |  Apple Silicon            | 
73-   +---------------+--------------------------+ 
49+   +---------------+---------------------------+ 
50+   |  OS            |  Arch                      | 
51+   +===============+===========================+ 
52+   |  Windows       |  |  64-bit                  | 
53+   |                |  |  32-bit                  | 
54+   +---------------+---------------------------+ 
55+   |  Linux Intel   |  |  manylinux2010+  x86_64  | 
56+   |                |  |  musllinux_1_1+  x86_64  | 
57+   |                |  |  manylinux2010+  i686    | 
58+   |                |  |  musllinux_1_1+  i686    | 
59+   +---------------+---------------------------+ 
60+   |  Linux ARM     |  |  manylinux2014+  AArch64 | 
61+   |                |  |  musllinux_1_1+  AArch64 | 
62+   |                |  |  manylinux_2_31+ armv7l  | 
63+   |                |  |  musllinux_1_2+  armv7l  | 
64+   +---------------+---------------------------+ 
65+   |  Linux PowerPC |  |  manylinux2014+  ppc64le | 
66+   |                |  |  musllinux_1_1+  ppc64le | 
67+   +---------------+---------------------------+ 
68+   |  Linux IBM Z   |  |  manylinux2014+  s390x   | 
69+   |                |  |  musllinux_1_1+  s390x   | 
70+   +---------------+---------------------------+ 
71+   |  macOS 10.10+  |  Intel                     | 
72+   +---------------+---------------------------+ 
73+   |  macOS 11+     |  Apple Silicon             | 
74+   +---------------+---------------------------+ 
7475
7576The last version to provide ``manylinux1 `` wheels was ``3.22.x ``.
7677The last version to provide Python 2 to Python 3.6 support was ``3.28.x ``.
0 commit comments