Skip to content

20231002

Compare
Choose a tag to compare
@indygreg indygreg released this 02 Oct 22:57
· 96 commits to main since this release
  • CPython 3.12.0 now supported. These distributions should be considered beta quality since it is their initial release and typically there are both upstream bugs and bugs in our packaging in the initial release. So exercise caution before deploying to production.
  • CPython 3.8.17 -> 3.8.18
  • CPython 3.11.5 -> 3.11.6
  • OpenSSL 1.1 -> 3.0 on supported platforms. Linux and macOS now use OpenSSL 3.0.x. Windows uses OpenSSL 3.0.x on CPython 3.11+.
  • OpenSSL 3.0.11
  • OpenSSL 1.1.1v -> 1.1.1w
  • We are no longer publishing i686-unknown-linux-gnu distributions due to lack of downloads. If this inconveniences you, please file an issue and explain how this impacts you.
  • autoconf 2.69 -> 2.71
  • SQLite 3.43.0 -> 3.43.1
  • setuptools 68.1.2 -> 68.2.2
  • LLVM 16.0.3 -> 17.0.1 on Linux (macOS held back for the moment due to compatibility issues)
  • BOLT is now enabled on CPython 3.12 on Linux x86_64 non-musl targets.