diff options
-rw-r--r-- | .github/workflows/tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ec9ae1d..a93b06f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,7 +14,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - python-version: [3.6, 3.7, 3.8, 3.9, 3.10.0-rc.1] + python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"] os: [windows-latest, ubuntu-latest, macos-latest] arch: [x64, x86] exclude: |