ci: Adjust Python versions

Run Python 3.14 with PyQt 6.9 instead of 6.8, and remove -dev
This commit is contained in:
Florian Bruhin 2025-10-12 13:39:57 +02:00
parent 5c2076ab2d
commit 88415c6aa0
1 changed files with 4 additions and 4 deletions

View File

@ -190,14 +190,14 @@ jobs:
- testenv: py313-pyqt68
os: ubuntu-24.04
python: "3.13"
### PyQt 6.8 (Python 3.14)
### PyQt 6.8 (Python 3.13)
- testenv: py314-pyqt68
os: ubuntu-24.04
python: "3.14-dev"
### PyQt 6.9 (Python 3.13)
python: "3.13"
### PyQt 6.9 (Python 3.14)
- testenv: py313-pyqt69
os: ubuntu-24.04
python: "3.13"
python: "3.14"
### macOS Ventura
- testenv: py313-pyqt69
os: macos-13