diff options
-rw-r--r-- | .github/workflows/ci.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d138dbd..ad7f895 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.9,3.7,3.8,3.10,pypy3] + python-version: [3.9,3.7,3.8,"3.10",pypy3] steps: - name: Check out code from GitHub uses: actions/checkout@v2.3.4 @@ -48,7 +48,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.9,3.7,3.8,3.10,pypy3] + python-version: [3.9,3.7,3.8,"3.10",pypy3] steps: - name: Check out code from GitHub uses: actions/checkout@v2.3.4 |