diff --git a/.github/workflows/lint-and-test.yml b/.github/workflows/lint-and-test.yml index 78f5bac..7a5a12a 100644 --- a/.github/workflows/lint-and-test.yml +++ b/.github/workflows/lint-and-test.yml @@ -26,8 +26,13 @@ jobs: test: strategy: matrix: - python_version: ["3.10", "3.11", "3.12", "3.14"] - django_version: ["4.2", "5.2"] + python_version: ["3.10", "3.11", "3.12", "3.13", "3.14"] + django_version: ["4.2", "5.1", "5.2"] + exclude: + - python_version: 3.13 + django_version: 4.2 + - python_version: 3.14 + django_version: 4.2 runs-on: ubuntu-latest