summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortoofar <toofar@spalge.com>2023-11-14 18:48:49 +1300
committertoofar <toofar@spalge.com>2023-11-15 20:36:41 +1300
commit1683b74aba69cf8ceeeb81b7e8babb515fc99c7d (patch)
tree493d9faf0abca00584091cdeb2ce4ea384f3fcf2
parentb4215d31b32f580edb376a060e383c9b5e6ccf10 (diff)
downloadqutebrowser-1683b74aba69cf8ceeeb81b7e8babb515fc99c7d.tar.gz
qutebrowser-1683b74aba69cf8ceeeb81b7e8babb515fc99c7d.zip
bump py311 and py12 tests to use pyqt6.6
I'm not sure if we need a py3.11 pyqt6.5 variant or a py3.10 pyqt6.6 one? Those might well be combinations that people have (debian has 3.11 and 6.5 at the moment) but how much coverage do we need? ref: https://github.com/qutebrowser/qutebrowser/issues/7989
-rw-r--r--.github/workflows/ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 9e639d949..250ee0893 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -157,12 +157,12 @@ jobs:
- testenv: py310-pyqt65
os: ubuntu-22.04
python: "3.10"
- ### PyQt 6.5 (Python 3.11)
- - testenv: py311-pyqt65
+ ### PyQt 6.6 (Python 3.11)
+ - testenv: py311-pyqt66
os: ubuntu-22.04
python: "3.11"
- ### PyQt 6.5 (Python 3.12)
- - testenv: py312-pyqt65
+ ### PyQt 6.6 (Python 3.12)
+ - testenv: py312-pyqt66
os: ubuntu-22.04
python: "3.12"
### macOS Big Sur: PyQt 5.15 (Python 3.9 to match PyInstaller env)