You've already forked setup-python
mirror of
https://github.com/actions/setup-python.git
synced 2025-10-19 17:45:10 +07:00
Add freethreaded input and fix handling of prerelease versions
This commit is contained in:
@ -26,6 +26,9 @@ inputs:
|
||||
allow-prereleases:
|
||||
description: "When 'true', a version range passed to 'python-version' input will match prerelease versions if no GA versions are found. Only 'x.y' version range is supported for CPython."
|
||||
default: false
|
||||
freethreaded:
|
||||
description: "When 'true', use the freethreaded version of Python."
|
||||
default: false
|
||||
outputs:
|
||||
python-version:
|
||||
description: "The installed Python or PyPy version. Useful when given a version range as input."
|
||||
|
Reference in New Issue
Block a user