summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-04-10 23:20:45 +0200
committerFlorian Bruhin <me@the-compiler.org>2023-04-10 23:25:15 +0200
commit30e70803d0329c1fa3018efe3577b9b99a2090b9 (patch)
treeaa9ae16fd9b537f34ce39e0fa518bbfce83b2039 /.github
parent39b6a1e946cfb542cca95938e372c9b991b6f016 (diff)
downloadqutebrowser-30e70803d0329c1fa3018efe3577b9b99a2090b9.tar.gz
qutebrowser-30e70803d0329c1fa3018efe3577b9b99a2090b9.zip
ci: Add PyQt 6.5
See #7624
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f6c6fc051..4f3b63abc 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -153,8 +153,8 @@ jobs:
- testenv: py39-pyqt64
os: ubuntu-20.04
python: 3.9
- ### PyQt 6.4 (Python 3.11)
- - testenv: py311-pyqt64
+ ### PyQt 6.5 (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)