CI: Add python 3.11 to workflow

- Python 3.10 only used for PyQt 5.15
- Python 3.11 for PyQt 5.15, and any additional workflows (exif tests,
  linting, ...)
This commit is contained in:
karlch 2023-06-19 18:42:24 +02:00
parent 156c30237b
commit 10b14f00ed
1 changed files with 6 additions and 4 deletions

View File

@ -29,14 +29,16 @@ jobs:
- python: "3.9"
toxenv: pyqt515
- python: "3.10"
toxenv: pyqt515
- python: "3.11"
toxenv: pyqt515-cov
- python: "3.10"
- python: "3.11"
toxenv: pyqt515-piexif-cov
- python: "3.10"
- python: "3.11"
toxenv: lint
- python: "3.10"
- python: "3.11"
toxenv: packaging
- python: "3.10"
- python: "3.11"
toxenv: mypy
fail-fast: false