CI: test with 3.10

This commit is contained in:
Christoph Reiter
2022-02-22 20:18:34 +01:00
parent 029854e121
commit 9f8204d034

View File

@@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: [3.7, 3.8, 3.9, 3.10]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}