In scope of this release we added a new input (allow-prereleases
) to allow falling back to pre-release versions of Python when a matching GA version of Python is not available
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.12
allow-prereleases: true
Besides, we added such changes as: