diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af2b9b310..92891dcf1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,8 +11,9 @@ jobs: build: runs-on: ${{ matrix.os }} strategy: + fail-fast: false matrix: - python-version: ["3.7", "3.11", "3.12"] # no particular need for 3.9 or 3.10 + python-version: ["3.8", "3.11", "3.12"] # no particular need for 3.9 or 3.10 os: [macos-latest, ubuntu-latest, windows-latest] steps: - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2