Merge pull request #634 from karlch/python311

Add Python 3.11 to CI and setup.py
This commit is contained in:
Christian Karl 2023-06-19 19:18:04 +02:00 committed by GitHub
commit 917abcb460
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 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

View File

@ -72,6 +72,7 @@ setuptools.setup(
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Multimedia",
"Topic :: Multimedia :: Graphics",
"Topic :: Multimedia :: Graphics :: Viewers",