CI: test with Python 3.10

This commit is contained in:
Christoph Reiter 2022-03-19 10:16:30 +01:00
parent 4cc7908a95
commit d423d68901

View File

@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest,windows-2022]
python-version: [3.8, 3.9]
python-version: [3.8, 3.9, 3.10]
steps:
- uses: actions/checkout@v3