Skip to content

Commit a996316

Browse files
authored
Update README.md compatibility (#41)
1 parent 299786a commit a996316

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ A few different toolchains have been used to produce binaries depending
5151
on the target platform and architecture. Choices have been mainly driven
5252
by 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

0 commit comments

Comments
 (0)