- Changed the default Python version for new apps from 3.12 to 3.13. (#1715)
- Changed Python version pinning behaviour for apps that do not specify a Python version. Repeat builds are now pinned to the major Python version only (
3.X
) instead of the full Python version (3.X.Y
), so that they always use the latest patch version. (#1714) - Updated Poetry from 1.8.4 to 1.8.5. (#1716)