ci: Fix config

This commit is contained in:
Florian Bruhin 2025-04-13 13:37:44 +02:00
parent 84ec45c13f
commit 77b5c0c1cd
1 changed files with 2 additions and 2 deletions

View File

@ -194,9 +194,9 @@ jobs:
os: ubuntu-24.04 os: ubuntu-24.04
python: "3.13" python: "3.13"
### PyQt 6.8 (Python 3.14) ### PyQt 6.8 (Python 3.14)
- testenv: py314-dev - testenv: py314
os: ubuntu-24.04 os: ubuntu-24.04
python: "3.14.0-alpha.6" python: "3.14-dev"
### PyQt 6.9 (Python 3.13) ### PyQt 6.9 (Python 3.13)
- testenv: py313-pyqt69 - testenv: py313-pyqt69
os: ubuntu-24.04 os: ubuntu-24.04