Fix Tests for Python 3.10

This commit is contained in:
Jan Speller 2022-05-21 16:52:36 +02:00
parent 0e864147cb
commit aafffaa998

View file

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