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

feature: fallback to pre-release when no stable version is found #414

Merged
merged 1 commit into from Jan 27, 2023

Commits on Jan 12, 2023

  1. feature: fallback to pre-release when no stable version is found

    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`)
    mayeut committed Jan 12, 2023
    Copy the full SHA
    9c6f2fd View commit details
    Browse the repository at this point in the history