setup-python/dist
Sam Gross eb2a6532f9 Support free threaded Python versions like '3.13t'
Python wheels, pyenv, and a number of other tools use 't' in the Python
version number to identify free threaded builds. For example, '3.13t',
'3.14.0a1', '3.14t-dev'.

This PR supports that syntax in `actions/setup-python`, strips the "t",
and adds "-freethreading" to the architecture to select the correct
Python version.

See #771
2024-10-29 20:33:12 +00:00
..
cache-save Bump braces from 3.0.2 to 3.0.3 (#893) 2024-06-26 12:13:45 -05:00
setup Support free threaded Python versions like '3.13t' 2024-10-29 20:33:12 +00:00