Compatibility Matrix¶
Cereggii supports the following combinations of Python versions and platforms. Where applicable, cereggii supports both free-threading and GIL-enabled builds. Wheels for supported platforms are available on PyPI.
| Python | macOS arm64 | macOS x86_64 | Linux glibc x86_64 | Linux musl x86_64 | Linux glibc aarch64 | Linux musl aarch64 | Windows x86_64 | Windows arm64 | Windows i686 | Linux armv7l | Linux ppc64le | Linux s390x | FreeBSD x86_64 | Android x86_64 | Android aarch64 | WASI | Emscripten | iOS device | iOS simulator |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 3.15 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | |||||||||||
| 3.14 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | |||||||||||
| 3.131 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | |||||||||||
| 3.12 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | |||||||||||
| 3.11 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | |||||||||||
| 3.10 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
-
Free-threading Python 3.13 is only supported at the source level: pre-built wheels for 3.13t are not published to PyPI. Installing requires a working C11 compiler. Source-level support is still tested on CI. ↩