Skip to content

Commit

Permalink
ci: Re-add Python 3.11
Browse files Browse the repository at this point in the history
Fixes #7143
  • Loading branch information
The-Compiler committed Jul 12, 2022
1 parent 6d3182e commit d1e6531
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d1e6531

Please sign in to comment.