Upgrades
- CPython 3.12.6 -> 3.12.7
- CPython 3.13.0rc2 -> 3.13.0rc3
Other
- The
PYTHON.jsonmetadata version has been bumped from 7 to 8. The new version includes abuild_optionsfield which will eventually replace theoptimizationsfield. Thebuild_optionsfield contains tags in the same format as theoptimizationsfield. In this release, the contents are identical to theoptimizationsfield, but in a future release, it will contain additional build options such as afreethreadedtag. Theoptimizationsfield is deprecated and will be removed in a future release. In the meantime, it will exclude any new tags added to thebuild_optionsfield that are not related to performance optimizations.
Full Changelog: 2024090...2024100