diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 10bc9dbc..a61237f6 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -25,7 +25,7 @@ jobs: matrix: # platform: [ubuntu-latest, windows-latest, macos-latest] platform: [ubuntu-latest] - python-version: [3.8, 3.9, "3.10"] + python-version: [3.8, 3.9] # 3.10 steps: - uses: actions/checkout@v2