Immutable
release. Only release title and notes can be modified.
Updates
- CPython 3.10.20 -> 3.10.21
- CPython 3.11.15 -> 3.11.16
- CPython 3.12.13 -> 3.12.14
- expat 2.8.2 -> expat 2.8.3
Distribution changes
- On Linux,
os.getrandomandos.copy_file_rangeuse raw syscalls. There is no longer a libc runtime requirement. The functions will always be available but and return ENOSYS if the kernel does not support the required syscall. - On Linux, aarch64 static musl builds are included (and will be in future releases) with the
aarch64-unknown-linux-musl-lto+statictag. - On Windows, Tcl/Tk related DLLs signed by CPython are not stripped.
Build system changes
- The musl and musl-static tarballs are cached independently when building Linux distributions.
Full Changelog: 2026080...2026081