Skip to content

Commit

Permalink
Add Django 5 to tests etc
Browse files Browse the repository at this point in the history
  • Loading branch information
philgyford committed Dec 11, 2023
1 parent 8f303a4 commit 5b15bb2
Show file tree
Hide file tree
Showing 5 changed files with 91 additions and 51 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,26 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12-dev"]
django-version: ["3.2", "4.1", "4.2", "main"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13-dev"]
django-version: ["3.2", "4.1", "4.2", "5.0", "main"]
exclude:
# Django 5.0 isn't compatible with python < 3.10
- python-version: "3.9"
django-version: "5.0"
- python-version: "3.9"
django-version: "main"

- python-version: "3.11"
django-version: "3.2"

- python-version: "3.12-dev"
- python-version: "3.12"
django-version: "3.2"
- python-version: "3.12"
django-version: "4.1"

- python-version: "3.13-dev"
django-version: "3.2"
- python-version: "3.12-dev"
- python-version: "3.13-dev"
django-version: "4.1"

steps:
Expand Down
Loading

0 comments on commit 5b15bb2

Please sign in to comment.