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
_dbmextension as a shared module, statically linking Berkeley DB 6.0.19, for the benefit of users who do not usedbmwith 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