diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a4a6260..2191c03 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.6, 3.7, 3.8, 3.9, "3.10.0.beta - 3.10.0"] + python-version: [3.6, 3.7, 3.8, 3.9, "3.10.0-beta - 3.10.0"] name: Test the action steps: - uses: actions/checkout@v2