Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Conversation

@colesbury
Copy link
Collaborator

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 actions#771
@colesbury colesbury requested a review from andfoy November 5, 2024 17:11
@colesbury colesbury marked this pull request as ready for review November 5, 2024 17:15
@andfoy
Copy link

andfoy commented Nov 5, 2024

Thanks for the changes @colesbury!

@andfoy andfoy merged commit b9ab292 into Quansight-Labs:main Nov 5, 2024
5 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants