diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index edbd13e6..836ac372 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - python-version: ["3.6", "3.7", "3.8", "3.9.5", "3.10.0-rc.1"] + python-version: ["3.6", "3.7", "3.8", "3.9.5", "3.10"] steps: - uses: "actions/checkout@v2"