Skip to content

Commit 05b9c33

Browse files
CopilotArchmonger
andcommitted
Remove Django-Master tests from hatch configuration
Co-authored-by: Archmonger <16909269+Archmonger@users.noreply.github.com>
1 parent 953083d commit 05b9c33

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,18 +105,14 @@ django = ["5.1"]
105105
python = ["3.10", "3.11", "3.12", "3.13"]
106106
django = ["5.2"]
107107

108-
# Django master (dev)
109-
[[tool.hatch.envs.hatch-test.matrix]]
110-
python = ["3.11", "3.12", "3.13"]
111-
django = ["master"]
108+
112109

113110
[tool.hatch.envs.hatch-test.overrides]
114111
matrix.django.dependencies = [
115112
{ if = ["4.2"], value = "django>=4.2,<4.3" },
116113
{ if = ["5.0"], value = "django>=5.0,<5.1" },
117114
{ if = ["5.1"], value = "django>=5.1,<5.2" },
118115
{ if = ["5.2"], value = "django>=5.2,<5.3" },
119-
{ if = ["master"], value = "django @ https://github.com/django/django/archive/main.tar.gz" },
120116
]
121117

122118
# >>> Hatch Documentation Scripts <<<

0 commit comments

Comments
 (0)