Skip to content

20250521

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 22 May 03:41
· 24 commits to main since this release
482a9bc

Build changes

  • Remove various older X11 packages and expand use of xorgproto (#609)

Distribution changes

  • Allow the experimental JIT to be enabled at runtime on Python 3.13 and 3.14 on macOS on aarch64 aka Apple Silicon (#544). Linux was added previously in #538 and #543; our macOS compatibility baseline is too old for x86_64 to enable it at the moment.
  • Work around third-party packages that (incorrectly) assume the interpreter is dynamically linking libpython (#621). As with the 20250517 release, we are still statically linking libpython into the interpreter for performance and compatibility, and still shipping a dynamic libpython for compatibility with various tools/workflows that expect it, but we have now tweaked the build to increase the compatibility of this configuration.

Full Changelog: 2025051...2025052