Skip to content

Commit

Permalink
Fix Python versions in test matrix (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
dyve committed Oct 10, 2023
1 parent 8e0d4d0 commit d12ef94
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 @@ -80,8 +80,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 d12ef94

Please sign in to comment.