mirror of
https://github.com/actions/setup-python.git
synced 2025-04-19 19:33:29 +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
@ -100,7 +100,7 @@ steps:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-python@v2
|
- uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: '3.11.0-alpha.0'
|
python-version: '3.11.0-alpha.1'
|
||||||
- run: python my_script.py
|
- run: python my_script.py
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user