Skip to content

Commit

Permalink
ci: Comment out Python 3.11 entirely for now
Browse files Browse the repository at this point in the history
Still reflected in commit status

See qutebrowser#7143
  • Loading branch information
The-Compiler authored and twigleingrid committed May 10, 2022
1 parent 14022fc commit d22d6d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,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"
experimental: true
# - 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
Expand Down

0 comments on commit d22d6d5

Please sign in to comment.