mirror of
https://github.com/actions/setup-python.git
synced 2025-11-07 13:36:56 +00:00
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`) |
||
|---|---|---|
| .. | ||
| data | ||
| cache-restore.test.ts | ||
| cache-save.test.ts | ||
| check-python-path.sh | ||
| find-pypy.test.ts | ||
| finder.test.ts | ||
| install-pypy.test.ts | ||
| utils.test.ts | ||
| verify-python.py | ||