diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e82e18e4..91005590 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.10", "3.11", "3.12"] + python-version: ["3.10", "3.11"] django-version: ["4.1.*", "4.2.*", "5.0.*"] node-version: ["18.x"] include: @@ -31,8 +31,6 @@ jobs: python-version: "3.10" django-version: "4.1.*" exclude: - - python-version: "3.12" - django-version: "4.1.*" - python-version: "3.10" django-version: "5.0.*"