summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-06-09 20:06:56 +0200
committerFlorian Bruhin <me@the-compiler.org>2023-06-09 20:06:56 +0200
commitded43c57c83eece48c44d092dcb46975809ead22 (patch)
treea8d48eec95352dc5805d262373626db7cb6c3ee4
parentc62e9aba5b3a07c3f2d821e8efa2bfff4e572997 (diff)
downloadqutebrowser-ded43c57c83eece48c44d092dcb46975809ead22.tar.gz
qutebrowser-ded43c57c83eece48c44d092dcb46975809ead22.zip
Revert "ci: Remove Python 3.12 for now"
This reverts commit a5d6e4100542d47a3839caf5f274b369e5953e52. See #7727
-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 cd918b99a..a4a730f12 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