also test new Python version

This commit is contained in:
Martin Diehl 2023-02-25 10:07:08 +01:00
parent d3b4226c74
commit 6e23ddcfbf
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10']
python-version: ['3.8', '3.9', '3.10', '3.11']
os: [ubuntu-latest, macos-latest, windows-latest]
fail-fast: false