This commit is contained in:
Christoph Reiter
2022-02-22 20:21:42 +01:00
parent 9f8204d034
commit 3cb42ad3c3

View File

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