summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-07-24 20:12:42 +0200
committerFlorian Bruhin <me@the-compiler.org>2023-07-24 20:12:52 +0200
commit6478496ca384f6722ffad24ba219ef8bae71b00e (patch)
treeca62ff7834948e15ef982632ddc1752100633474
parent8fcd42fa12ad0451943673d0b08918fe687c5c2d (diff)
downloadqutebrowser-6478496ca384f6722ffad24ba219ef8bae71b00e.tar.gz
qutebrowser-6478496ca384f6722ffad24ba219ef8bae71b00e.zip
Revert "Revert "Revert "ci: Remove Python 3.12 for now"""
This reverts commit 70e8dc63e87a57ecac2b626d496a0bc9517a632d. We're on PyQt 6.5.2 now, which should fix the 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 580e532f8..a1612a4eb 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -161,9 +161,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