setup-python/__tests__
Matthieu Darbois 2652534ead
feature: fallback to pre-release when no stable version is found (#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`)
2023-01-27 16:19:31 -05:00
..
data feature: fallback to pre-release when no stable version is found (#414) 2023-01-27 16:19:31 -05:00
cache-restore.test.ts Use correct Poetry config when collecting Poetry projects (#447) 2023-01-03 11:13:00 -05:00
cache-save.test.ts Use correct Poetry config when collecting Poetry projects (#447) 2023-01-03 11:13:00 -05:00
check-python-path.sh feature: add a `python-path` output 2022-05-24 21:02:03 +02:00
find-pypy.test.ts feature: fallback to pre-release when no stable version is found (#414) 2023-01-27 16:19:31 -05:00
finder.test.ts feature: fallback to pre-release when no stable version is found (#414) 2023-01-27 16:19:31 -05:00
install-pypy.test.ts feature: fallback to pre-release when no stable version is found (#414) 2023-01-27 16:19:31 -05:00
utils.test.ts refactor: Use early return pattern to avoid nested conditions (#566) 2022-12-19 14:00:46 +01:00
verify-python.py Improve workflows (#88) 2020-05-01 18:52:58 +02:00