Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support free threaded Python versions like '3.13t' #973

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 29, 2024

  1. 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 actions#771
    colesbury committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    eb2a653 View commit details
    Browse the repository at this point in the history