We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 953083d commit 05b9c33Copy full SHA for 05b9c33
pyproject.toml
@@ -105,18 +105,14 @@ django = ["5.1"]
105
python = ["3.10", "3.11", "3.12", "3.13"]
106
django = ["5.2"]
107
108
-# Django master (dev)
109
-[[tool.hatch.envs.hatch-test.matrix]]
110
-python = ["3.11", "3.12", "3.13"]
111
-django = ["master"]
+
112
113
[tool.hatch.envs.hatch-test.overrides]
114
matrix.django.dependencies = [
115
{ if = ["4.2"], value = "django>=4.2,<4.3" },
116
{ if = ["5.0"], value = "django>=5.0,<5.1" },
117
{ if = ["5.1"], value = "django>=5.1,<5.2" },
118
{ if = ["5.2"], value = "django>=5.2,<5.3" },
119
- { if = ["master"], value = "django @ https://github.com/django/django/archive/main.tar.gz" },
120
]
121
122
# >>> Hatch Documentation Scripts <<<
0 commit comments