ci: Disable broken Qt 6.5

See #7624
This commit is contained in:
Florian Bruhin 2023-04-11 13:55:06 +02:00
parent 950d55002e
commit 681f7ffc57
1 changed files with 4 additions and 3 deletions

View File

@ -154,9 +154,10 @@ jobs:
os: ubuntu-20.04
python: 3.9
### PyQt 6.5 (Python 3.11)
- testenv: py311-pyqt65
os: ubuntu-22.04
python: 3.11
# FIXME:qt6 broken
# - testenv: py311-pyqt65
# os: ubuntu-22.04
# python: 3.11
### macOS Big Sur: PyQt 5.15 (Python 3.9 to match PyInstaller env)
- testenv: py39-pyqt515
os: macos-11