Skip to content

v0.0.10 - Python 3.15 support

Latest

Choose a tag to compare

@Kludex Kludex released this 27 Aug 12:06
c3f6fc8

Python 3.15 support

zuvloop 0.0.10 adds standard and free-threaded CPython 3.15 wheels on every supported platform.

pip install zuvloop==0.0.10
  • CPython 3.15 wheels now ship for Linux glibc and musl, macOS, and Windows on x86-64 and ARM64 (#124).
  • Free-threaded CPython 3.15 handles the interpreter's object-alignment and static-module initialization changes, with dedicated compatibility and platform CI coverage (#124).

Full changelog: v0.0.9...v0.0.10