From aafffaa998d6124ef7ecad6e99dc145ea45c0ab1 Mon Sep 17 00:00:00 2001 From: Jan Speller Date: Sat, 21 May 2022 16:52:36 +0200 Subject: [PATCH] Fix Tests for Python 3.10 --- .github/workflows/run_pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_pytest.yml b/.github/workflows/run_pytest.yml index 939bb1f..a047d48 100644 --- a/.github/workflows/run_pytest.yml +++ b/.github/workflows/run_pytest.yml @@ -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: