summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-11-24 09:26:30 +0100
committerFlorian Bruhin <me@the-compiler.org>2022-11-24 09:26:30 +0100
commita497ce69be7de4bcf44db1ef40ec19f27dcfecd6 (patch)
tree75126f69d41b353b84b19a7c4f12dbe6dcd16a73 /.github
parentca667d642987a846e54b808362729a1f0b8aef07 (diff)
downloadqutebrowser-a497ce69be7de4bcf44db1ef40ec19f27dcfecd6.tar.gz
qutebrowser-a497ce69be7de4bcf44db1ef40ec19f27dcfecd6.zip
tox/ci: Add PyQt 6.4
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 55bb16be5..a985e4e70 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -138,6 +138,10 @@ jobs:
- testenv: py39-pyqt63
os: ubuntu-20.04
python: 3.9
+ ### PyQt 6.4 (Python 3.9)
+ - testenv: py39-pyqt64
+ os: ubuntu-20.04
+ python: 3.9
### macOS Big Sur: PyQt 5.15 (Python 3.9 to match PyInstaller env)
- testenv: py39-pyqt515
os: macos-11