Fix Tests for Python 3.10

This commit is contained in:
Jan Speller 2022-05-21 16:48:32 +02:00
parent c75a1dba96
commit 0d09ff202b

View file

@ -8,7 +8,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest] os: [ubuntu-latest]
python-version: [3.7, 3.8, 3.9, 3.10.2] python-version: [3.7, 3.8, 3.9, 3.10]
runs-on: ${{matrix.os}} runs-on: ${{matrix.os}}
steps: steps: