Skip to content

20260814

Latest

Choose a tag to compare

@github-actions github-actions released this 14 Aug 16:59
Immutable release. Only release title and notes can be modified.
38d35dc

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.getrandom and os.copy_file_range use 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+static tag.
  • 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