Skip to content

Commit

Permalink
CI: Extend workflows for python 3.12 and PyQt6
Browse files Browse the repository at this point in the history
  • Loading branch information
karlch committed May 10, 2024
1 parent f892841 commit 0cc4468
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
toxenv: pyqt515
- python: "3.10"
toxenv: pyqt515
- python: "3.11"
toxenv: pyqt6
- python: "3.11"
toxenv: pyqt515-cov
- python: "3.11"
Expand All @@ -25,16 +27,20 @@ jobs:
- python: "3.11"
toxenv: pyqt64
- python: "3.11"
toxenv: pyqt65
- python: "3.12"
toxenv: pyqt66
- python: "3.12"
toxenv: pyqt6-piexif-cov
- python: "3.11"
- python: "3.12"
toxenv: pyqt6-cov
- python: "3.11"
- python: "3.12"
toxenv: lint
- python: "3.11"
- python: "3.12"
toxenv: packaging
- python: "3.11"
- python: "3.12"
toxenv: mypy-pyqt5
- python: "3.11"
- python: "3.12"
toxenv: mypy-pyqt6
fail-fast: false

Expand Down

0 comments on commit 0cc4468

Please sign in to comment.