summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-06-09 20:25:49 +0200
committerFlorian Bruhin <me@the-compiler.org>2023-06-09 20:25:49 +0200
commit70e8dc63e87a57ecac2b626d496a0bc9517a632d (patch)
treeb5240e93aade394f85a35d80827c3a0a4105c014
parentded43c57c83eece48c44d092dcb46975809ead22 (diff)
downloadqutebrowser-70e8dc63e87a57ecac2b626d496a0bc9517a632d.tar.gz
qutebrowser-70e8dc63e87a57ecac2b626d496a0bc9517a632d.zip
Revert "Revert "ci: Remove Python 3.12 for now""
This reverts commit ded43c57c83eece48c44d092dcb46975809ead22. Still segfaults on exit...
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a4a730f12..cd918b99a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -162,9 +162,9 @@ jobs:
os: ubuntu-22.04
python: "3.11"
### PyQt 6.5 (Python 3.12)
- - testenv: py312-pyqt65
- os: ubuntu-22.04
- python: "3.12-dev"
+ # - testenv: py312-pyqt65
+ # os: ubuntu-22.04
+ # python: "3.12-dev"
### macOS Big Sur: PyQt 5.15 (Python 3.9 to match PyInstaller env)
- testenv: py39-pyqt515
os: macos-11