Runtime-tested packages
Every listed wheel was imported and exercised on its target architecture. Files are immutable within the versioned directory.
| Platform | Python | Binary world | Artifact | Validation |
|---|---|---|---|---|
| Linux POWER8+ (ppc64le) | CPython 3.12 | Linux ppc64le | Download | Runtime tested |
| Linux POWER8+ (ppc64le) | CPython 3.13 | Linux ppc64le | Download | Runtime tested |
| Linux POWER8+ (ppc64le) | CPython 3.14 | Linux ppc64le | Download | Runtime tested |
| Linux LoongArch64 | CPython 3.12 | Old-world | Download | Runtime tested |
| Linux LoongArch64 | CPython 3.13 | Old-world | Download | Runtime tested |
| Linux LoongArch64 | CPython 3.14 | Old-world | Download | Runtime tested |
| Linux LoongArch64 | CPython 3.12 | New-world | Download | Runtime tested |
| Linux LoongArch64 | CPython 3.13 | New-world | Download | Runtime tested |
| Linux LoongArch64 | CPython 3.14 | New-world | Download | Runtime tested |
POWER wheels contain the generic and VSX implementations and select the best compatible backend when imported.
LoongArch old-world and new-world wheels are not interchangeable. Check your Python loader before downloading.
Install on POWER8+
PY=$(python3 -c 'import sys; print(f"cp{sys.version_info.major}{sys.version_info.minor}")')
python3 -m pip install \
https://distribution.goblinreactor.com/stride-align/python/v0.6.0/stride_align-0.6.0-${PY}-${PY}-linux_ppc64le.whl
See SHA-256 checksums or the machine-readable manifest for the complete release.