summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-07-13 12:45:03 +0200
committerFlorian Bruhin <me@the-compiler.org>2022-07-13 12:45:03 +0200
commit8f3011e26122939fad9080c7b0fa241521efb8fb (patch)
tree55906d1b3c0e8ab6d107fbcbb0be7e2babd71ba2
parent70fa33f52d0530f886c1a49d25ba584e48d843cb (diff)
downloadqutebrowser-8f3011e26122939fad9080c7b0fa241521efb8fb.tar.gz
qutebrowser-8f3011e26122939fad9080c7b0fa241521efb8fb.zip
Revert "Revert "ci: Re-add Python 3.11""
This reverts commit 70fa33f52d0530f886c1a49d25ba584e48d843cb.
-rw-r--r--.github/workflows/ci.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1d4b914b2..e1ecb8dfe 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -135,10 +135,9 @@ jobs:
os: ubuntu-20.04
python: "3.10"
### PyQt 5.15 (Python 3.11)
- # - testenv: py311-pyqt515
- # os: ubuntu-20.04
- # python: "3.11-dev"
- # experimental: true
+ - testenv: py311-pyqt515
+ os: ubuntu-20.04
+ python: "3.11-dev"
### macOS: PyQt 5.15 (Python 3.9 to match PyInstaller env)
- testenv: py39-pyqt515
os: macos-10.15