ci: Avoid Python 3.14 Alpha 7

See https://www.riverbankcomputing.com/pipermail/pyqt/2025-April/046210.html and #8529
This commit is contained in:
Florian Bruhin 2025-04-11 17:18:06 +02:00
parent 7204168684
commit 13b87e5968
1 changed files with 3 additions and 1 deletions

View File

@ -194,9 +194,11 @@ jobs:
os: ubuntu-24.04
python: "3.13"
### PyQt 6.8 (Python 3.14)
# Pinned to Alpha 6:
# https://www.riverbankcomputing.com/pipermail/pyqt/2025-April/046210.html
- testenv: py314-pyqt68
os: ubuntu-24.04
python: "3.14-dev"
python: "3.14.0-alpha.6"
### PyQt 6.9 (Python 3.13)
- testenv: py313-pyqt69
os: ubuntu-24.04