diff --git a/.github/workflows/pytests.yml b/.github/workflows/pytests.yml index e1f8bd6..76dfe8e 100644 --- a/.github/workflows/pytests.yml +++ b/.github/workflows/pytests.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.7', '3.8', '3.9', '3.10'] + python-version: ['3.7', '3.8', '3.9'] steps: - name: Checkout repo