Python 3.15.0 candidate 2 is here!
Python 3.15.0 Candidate Version 2 has been released, announced by Hugo van Kemenade, the release manager for Python 3.14 and 3.15. This version is scheduled to be officially released in October, during which only reviewed and valid bug fixes are allowed to be submitted. Maintainers are encouraged to prepare their projects during this period and release the 3.15.0 wheel on PyPI to assist with testing; the binary wheels built based on the candidate version will be compatible with future Python 3.15 versions. GitHub Actions has not yet provided support for this RC version, but automatic testing switching can be achieved by configuring actions/setup-python@v7 and setting the allow-prereleases and check-latest flags. Currently, the Datasette and sqlite-utils tests have passed, while LLM is awaiting scikit-learn version 3…