Need help choosing which build to use? See documentation at https://gregoryszorc.com/docs/python-build-standalone/20220802/running.html.
- CPython 3.10 upgraded from 3.10.5 to 3.10.6.
- pip upgraded from 22.1.2 to 22.2.1.
- setuptools upgraded from 62.6.0 to 63.2.0.
- The
pythonX.Y-config
shell script no longer has its shebang rewritten to use a Python interpreter. (#136) - Documentation added for missing
libcrypt.so.1
(#113) - Initial support for
aarch64-unknown-linux-gnu
Python 3.8 builds. These builds are not very well tested but we're optimistic they work. - OpenSSL upgraded from 1.1.1p to 1.1.1q.
- SQLite upgraded from 3.39.0 to 3.39.2.
- Static libpython library removed from the
install_only
archives. - Python stdlib test modules removed from the
install_only
archives. (These are the stdlib's actual unit tests, not packages likeunittest
related to testing.) Theinstall_only
archives are significantly smaller as a result. (#134)