Commit Graph

4 Commits

Author SHA1 Message Date
Tomasz Kramkowski 602d11fc0e Fix scripts/sync-python-version-constants.py for non-pub consts and clean it up (#19700)
## Summary

#19565 made most of the latest Python version constants non-public, but
the script only matched `pub const` declarations. As a result, the daily
Python release sync workflow silently stopped updating those constants.
This PR fixes that.

This PR also cleans up the script a bit (see individual commits for
details).

## Test Plan

Manual testing.
2026-06-07 12:42:02 +01:00
konsti 585dac12a9 Update packse and remove Python 3.9.20 from test requirements (#17881)
Requires the packse PR to land first.
2026-02-18 19:35:30 +01:00
Jonathan J. Helmus 6663f8899d Add CPython 3.15.0a6 (#17987)
Update available python versions to include CPython 3.15.0a6
Update scripts used to sync pbs releases to account for recent changes
in the repo and to support running on macOS.
2026-02-12 11:23:41 -06:00
Zanie Blue 3c72e56d92 Use constants for latest Python versions in tests (#17444)
Co-authored-by: Claude <noreply@anthropic.com>
2026-01-13 21:36:45 +00:00