feature: fallback to pre-release when no stable version is found by mayeut · Pull Request #414 · actions/setup-python

@mayeut requested a review from a team

June 4, 2022 17:39

randydwhitephotography

brcrista

brcrista

e-korolevskii

marko-zivic-93

@mayeut

This allows to specify version like `3.11` or `pypy3.10` in workflows before those versions are released.
This lessen the burden for users of `setup-python` by not having to modify their workflow twice: once when a pre-release is available (e.g. `3.11-dev`) and once when the first stable release is published (e.g. `3.11`)

brcrista

@mayeut mayeut deleted the stable-or-prerelease branch

January 29, 2023 08:10

tdfacer pushed a commit to ifit/setup-python that referenced this pull request

Oct 7, 2025
…ions#414)

This allows to specify version like `3.11` or `pypy3.10` in workflows before those versions are released.
This lessen the burden for users of `setup-python` by not having to modify their workflow twice: once when a pre-release is available (e.g. `3.11-dev`) and once when the first stable release is published (e.g. `3.11`)