summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-04-11 14:53:02 +0200
committerFlorian Bruhin <me@the-compiler.org>2023-04-11 14:53:02 +0200
commit986348acb917c89cc192731c83abdb0fe3e09ef4 (patch)
tree770900708d93a85323bee896b4b410c6951a461f
parent681f7ffc579a8e1e7b28abe64da364c1c4d853e1 (diff)
downloadqutebrowser-986348acb917c89cc192731c83abdb0fe3e09ef4.tar.gz
qutebrowser-986348acb917c89cc192731c83abdb0fe3e09ef4.zip
Revert "ci: Disable broken Qt 6.5"
This reverts commit 681f7ffc579a8e1e7b28abe64da364c1c4d853e1.
-rw-r--r--.github/workflows/ci.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a51938996..79244a98b 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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