mirror of
https://github.com/actions/setup-python.git
synced 2025-04-21 22:38:43 +00:00
Python 3.11.0-alpha.1
https://github.com/actions/python-versions/releases/tag/3.11.0-alpha.1-117932
This commit is contained in:
parent
2cb7ee73dd
commit
4e6af814fb
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ steps:
|
|||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: '3.11.0-alpha.0'
|
||||
python-version: '3.11.0-alpha.1'
|
||||
- run: python my_script.py
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue