Skip to content

Releases: crossbario/autobahn-python

Multi-Arch Wheels - 2025-09-20

20 Sep 20:00
7dbac37
Compare
Choose a tag to compare

Multi-Architecture Python Wheels

Built using Docker QEMU emulation for precise ABI control and broad compatibility.

Target Environments

Distribution glibc Version Architecture Use Case
Debian 12 2.36 AMD64, ARM64 Modern Linux systems
Rocky Linux 9 2.34 AMD64, ARM64 Enterprise RHEL environments
Ubuntu 24.04 2.39 AMD64, ARM64 Latest Ubuntu LTS

Python Support

  • CPython: 3.11, 3.12, 3.13, 3.14
  • PyPy: 3.11
  • Extensions: Native CFFI modules 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: 4
  • Build Method: Docker + QEMU emulation
  • ABI: Precise glibc targeting per distribution

Wheels Build - 2025-09-20

20 Sep 11:04
Compare
Choose a tag to compare

Automated wheel build from commit ec9e427

Included Platforms

  • Linux (x86-64, ARM64)
  • macOS (x86-64, ARM64)
  • Windows (x86-64)

Python Versions

  • CPython 3.11, 3.12, 3.13, 3.14
  • PyPy 3.11

Installation

Download the appropriate wheel for your platform and install with:

pip install <downloaded-wheel-file>

Wheels Build - 2025-09-20

20 Sep 20:03
7dbac37
Compare
Choose a tag to compare

Automated wheel build from commit 7dbac37

Included Platforms

  • Linux (x86-64, ARM64)
  • macOS (x86-64, ARM64)
  • Windows (x86-64)

Python Versions

  • CPython 3.11, 3.12, 3.13, 3.14
  • PyPy 3.11

Installation

Download the appropriate wheel for your platform and install with:

pip install <downloaded-wheel-file>