Christian Clauss 2021-10-19 11:55:11 +02:00 committed by GitHub
parent 2cb7ee73dd
commit 4e6af814fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
``` ```