diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 81041d8..21a936b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,6 @@ jobs: max-parallel: 4 matrix: python-version: - - "3.9" - "3.10" - "3.11" - "3.12" @@ -66,7 +65,6 @@ jobs: fail-fast: false matrix: python-version: - - "3.9" - "3.10" - "3.11" - "3.12" @@ -119,7 +117,6 @@ jobs: - "django32" - "django42" python-version: - - "3.9" - "3.10" - "3.11" - "3.12"