Sourced from actions/setup-python's releases.
Add allow-prereleases input
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 availablesteps: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 with: python-version: 3.12 allow-prereleases: trueBesides, we added such changes as:
- Fix bug to trim new line for PyPy version: actions/setup-python#610
- Added pip dependency file to generate hash from it: actions/setup-python#604
- Improved error handling for saving and restoring cache: actions/setup-python#618
- Add warning if cache paths are empty: actions/setup-python#642
57ded4d update @âazure/storage-blob (#655)df6abcc update xml2js (#652)7a4f344 Add warning for empty cache paths (#642)d1244c8 Remove ubuntu-18.04 from e2e (#641)3091b37 Fix glob bug in package.json scripts section (#637)dfa76f8 Update configuration files (#622)03eb867 Add error handling for saving and restoring cache (#618)b41aaf9 Merge pull request #621 from akv-platform/reusable-workflow0ffa49c Add update-config-files.ymlec365b4 Add and configure ESLint and update configuration for Prettier (#617)