Skip to content

Commit

Permalink
Fix Django versions in test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
dyve committed Oct 6, 2023
1 parent de14c14 commit 84f5383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ python = ["3.11"]
[tool.hatch.envs.all.overrides]
matrix.django.dependencies = [
{value = "django~=3.2.0", if = ["3.2"]},
{value = "django~=4.0.0", if = ["4.0"]},
{value = "django~=4.1.0", if = ["4.1"]},
{value = "django~=4.2.0", if = ["4.2"]},
{value = "django @ git+https://github.com/django/django.git", if = ["main"]},
]

Expand Down

0 comments on commit 84f5383

Please sign in to comment.