diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 76253b31..546d6cb4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest ] - python: [ 3.7, 3.8, 3.9, 3.10, 3.11, 3.12 ] + python: [ 3.7, 3.8, 3.9, "3.10", 3.11, 3.12 ] runs-on: ${{ matrix.os }} steps: