Skip to content

20241008

Compare
Choose a tag to compare
@zanieb zanieb released this 08 Oct 14:51
· 12 commits to main since this release
8c7ac51

Upgrades

  • CPython 3.13.0rc3 -> CPython 3.13.0 (final)

Changes

  • New builds of CPython 3.13 with the experimental freethreading feature are published. Distributions with the following new build options are available:

    • freethreaded+debug
    • freethreaded+pgo+lto
    • freethreaded+pgo
    • freethreaded+lto
    • freethreaded+noopt

    Note that not all build options are available for every platform. Notably excluded are freethreaded builds for musl Linux distributions, which need further development. The freethreaded tag will be present in the new build_options field of the PYTHON.json metadata.

  • The CPython 3.8 builds are no longer published. Following the release of CPython 3.13, CPython 3.8 is officially EOL and no more versions will be released upstream.