chore: bump to Python 3.14.0b1

This commit is contained in:
Rene Leonhardt 2025-05-14 21:08:38 +02:00
parent a26af69be9
commit 2b255558cb
No known key found for this signature in database
GPG key ID: 8C95C84F75AB1E8E
4 changed files with 19 additions and 19 deletions

View file

@ -62,7 +62,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
```