diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 92c63d1..f6f9e9b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.7, 3.8, 3.9, 3.11] + python-version: [3.7, 3.8, 3.9] steps: # Checks-out the repository under $GITHUB_WORKSPACE, which is the CWD for