Skip to content

Commit

Permalink
GitHub Actions: Add Python 3.11 to the matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mitya57 committed Jan 16, 2023
1 parent 76ddb5d commit 961a392
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
- py37-pyqt62-ubuntu2204
- py38-pyqt63-ubuntu
- py39-windows
- py310-ubuntu
- py310-pyqt64-ubuntu
- py311-ubuntu
include:
- environment: py36-pyqt61-ubuntu2004
python: 3.6
Expand All @@ -33,8 +34,13 @@ jobs:
pyqt: PyQt6
pygments: Pygments
platform: windows-latest
- environment: py310-ubuntu
- environment: py310-pyqt64-ubuntu
python: '3.10'
pyqt: PyQt6>=6.4,<6.5
pygments: Pygments
platform: ubuntu-latest
- environment: py311-ubuntu
python: '3.11'
pyqt: PyQt6
pygments: Pygments
platform: ubuntu-latest
Expand Down

0 comments on commit 961a392

Please sign in to comment.