File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -51,13 +51,13 @@ A few different toolchains have been used to produce binaries depending
5151on the target platform and architecture. Choices have been mainly driven
5252by compatibility with the [ manylinux] ( https://github.com/pypa/manylinux ) project.
5353
54- Platform | OS | Compiler Toolchain | Architecture | Python
54+ Platform | Compatibility | Compiler Toolchain | Architecture | Python
5555---------|----|--------------------|--------------|-------
56- ` linux ` | ` centos7 ` | ` GCC 10.2.1 ` | ` x86_64 ` | 3.6-3.13
57- ` linux ` | ` centos7 ` | ` GCC 10.2.1 ` | ` aarch64 ` | 3.6-3.13
58- ` linux ` | ` centos7 ` | ` GCC 10.2.1 ` | ` ppc64le ` | 3.6-3.13
59- ` darwin ` | ` MacOS 10.13` or later | ` Apple Clang 14 .0.0 ` | ` x86_64 ` | 3.6-3.13
60- ` darwin ` | ` MacOS 10.13 ` or later | ` Apple Clang 14 .0.3 ` | ` aarch64 ` | 3.6-3.13
56+ ` linux ` | ` glibc 2.17 ` or later | ` GCC 10.2.1 ` | ` x86_64 ` | 3.6-3.13
57+ ` linux ` | ` glibc 2.17 ` or later | ` GCC 10.2.1 ` | ` aarch64 ` | 3.6-3.13
58+ ` linux ` | ` glibc 2.17 ` or later | ` GCC 10.2.1 ` | ` ppc64le ` | 3.6-3.13
59+ ` darwin ` | ` macOS 10.13` or later | ` Apple Clang 15 .0.0 ` | ` x86_64 ` | 3.6-3.13
60+ ` darwin ` | ` macOS 11 ` or later | ` Apple Clang 15 .0.0 ` | ` aarch64 ` | 3.6-3.13
6161
6262## Github Actions Workflows
6363
You can’t perform that action at this time.
0 commit comments