diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 189c9d5..5554778 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,6 +22,13 @@ jobs: drf: - "no" - "3.14.0" + exclude: + - python: "3.8" + django: "5.0.1" + - python: "3.9" + django: "5.0.1" + - python: "3.12" + django: "3.2.23" name: "Python ${{ matrix.python }} - Django ${{ matrix.django }} - DRF ${{ matrix.drf }}" runs-on: ubuntu-latest