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