Skip to content

Commit

Permalink
Add Django 5 to CI (#906)
Browse files Browse the repository at this point in the history
  • Loading branch information
dyve committed Dec 15, 2023
1 parent a02aaa9 commit 3ca9fc8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,15 @@ django = ["3.2", "4.1", "4.2"]
python = ["3.8", "3.9"]

[[tool.hatch.envs.all.matrix]]
django = ["3.2", "4.1", "4.2", "main"]
django = ["3.2", "4.1", "4.2", "5.0", "main"]
python = ["3.10"]

[[tool.hatch.envs.all.matrix]]
django = ["4.1", "4.2", "main"]
django = ["4.1", "4.2", "5.0", "main"]
python = ["3.11"]

[[tool.hatch.envs.all.matrix]]
django = ["4.2", "main"]
django = ["4.2", "5.0", "main"]
python = ["3.12"]

[tool.hatch.envs.all.overrides]
Expand Down

0 comments on commit 3ca9fc8

Please sign in to comment.