Need help choosing which build to use? See documentation at https://gregoryszorc.com/docs/python-build-standalone/20240415/running.html.
Upgrades
- CPython 3.12.2 -> 3.12.3
- CPython 3.11.8 -> 3.11.9
- CPython 3.9.18 -> 3.9.19
- CPython 3.8.18 -> 3.8.19
- musl libc 1.2.4 -> 1.2.5
Breaking
- The LTO-only builds have been removed, for cases in which a PGO+LTO build exists. Consumers of the LTO-only builds are recommended to migrate to the PTO+LTO variants (#223).
- The static Windows builds have been removed. Consumers of the static Windows builds are recommended to the dynamically-linked Windows builds (#234).
- The dynamically-linked Windows builds are now published without a
-shared-
tag (e.g.,cpython-3.10.14+20240415-i686-pc-windows-msvc-shared-pgo-full.tar.zst.sha256
is now available ascpython-3.10.14+20240415-i686-pc-windows-msvc-pgo-full.tar.zst.sha256
). The-shared-
aliases will continue to be uploaded for now, though both assets refer to the same built artifact, and consumers are recommended to migrate to the non-shared
variant (#241).
Full Changelog: 2024022...2024041