This commit is contained in:
Rene Leonhardt 2025-06-20 22:59:00 +01:00 committed by GitHub
commit 3860f441fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 19 additions and 19 deletions

View file

@ -63,7 +63,7 @@ steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.14.0-alpha.1'
python-version: '3.14.0-beta.1'
- run: python my_script.py
```