Revert "ci: Disable broken Qt 6.5"

This reverts commit 681f7ffc57.
This commit is contained in:
Florian Bruhin 2023-04-11 14:53:02 +02:00
parent 681f7ffc57
commit 986348acb9
1 changed files with 3 additions and 4 deletions

View File

@ -154,10 +154,9 @@ jobs:
os: ubuntu-20.04
python: 3.9
### PyQt 6.5 (Python 3.11)
# FIXME:qt6 broken
# - testenv: py311-pyqt65
# os: ubuntu-22.04
# python: 3.11
- 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