manylinux Binary Wheels
Built using official PyPA manylinux Docker images for maximum Linux compatibility.
Target Compatibility
manylinux Tag | glibc Version | Architecture | Compatibility |
---|---|---|---|
manylinux_2_34 | 2.34+ | x86_64 | RHEL 9+, Ubuntu 22.04+, Debian 12+ |
Python Support
- CPython: 3.11, 3.12, 3.13, 3.14
- PyPy: 3.11
- Extensions: Native CFFI modules with NVX acceleration included
Installation
Option 1: Auto-detect (pip will choose best wheel)
pip install autobahn[all]
Option 2: Specific wheel download
# Download the wheel for your platform
wget https://github.com/crossbario/autobahn-python/releases/download/${RELEASE_TAG}/autobahn-*-linux_*.whl
pip install autobahn-*-linux_*.whl
Build Information
- Build Date: $(date -u +"%Y-%m-%d %H:%M:%S UTC")
- Commit: ${GITHUB_SHA::8}
- Total Wheels: 5
- Build Method: Docker + QEMU emulation
- ABI: Precise glibc targeting per distribution