diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7b5b555..2865123 100755 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,7 +35,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.8', '3.9', '3.10', '3.11'] + python-version: ['3.10', '3.11'] fail-fast: false steps: - name: Check out