Skip to content

20251031

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Nov 02:11
· 1 commit to main since this release
bdabbfb

Upgrades

  • CPython 3.9.24 -> 3.9.25
  • LLVM 20.1.4 -> 21.1.4

Please note that Python 3.9 has now reached end of life. Accordingly, this project will no longer provide builds of Python 3.9, not even for security updates to bundled dependencies. Please upgrade to Python 3.10 or newer.

Distribution changes

  • Build the _dbm extension as a shared module, statically linking Berkeley DB 6.0.19, for the benefit of users who do not use dbm with concerns about complying with the Sleepycat license. No other files in the release link against Berkeley DB, so you should be able to just remove this one file. (Note that the version of Berkeley DB we use is the last version under the Sleepycat license; we do not distribute the newer versions of Berkeley DB that are under the AGPL.) See discussion in #836

Full Changelog: 2025102...2025103