diff --git a/.github/workflows/unit.yaml b/.github/workflows/unit.yaml index c62cc6b0c35ab894a07b1c8dd212799c191014f1..8fc096557065d3adbeea9569c3ac1db69952acd5 100644 --- a/.github/workflows/unit.yaml +++ b/.github/workflows/unit.yaml @@ -33,8 +33,9 @@ jobs: needs: [lint, mypy] runs-on: ubuntu-latest strategy: + fail-fast: false matrix: - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.9", "3.10", "3.11", "3.12"] sqlachemy-version: [""] include: # oldest python/sqlalchemy supported