diff --git a/.github/workflows/tests-and-linters.yml b/.github/workflows/tests-and-linters.yml index 756183c0..2a59d347 100644 --- a/.github/workflows/tests-and-linters.yml +++ b/.github/workflows/tests-and-linters.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.8, 3.9, 3.10, 3.11, pypy3] + python-version: [3.8, 3.9, "3.10", 3.11, pypy3] steps: - uses: actions/checkout@v2 - uses: actions/setup-python@v2