Skip to content

Commit 3bc6998

Browse files
mark-meyerzerolab
andauthored
Remove Django 3.2 from supported dependencies
Co-authored-by: Dan Braghiș <31622+zerolab@users.noreply.github.com>
1 parent 43862a2 commit 3bc6998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ exclude = [
4545

4646
[tool.poetry.dependencies]
4747
python = "^3.8"
48-
Django = ">=3.2,<5.2"
48+
Django = ">=4.2,<5.2"
4949
PyYAML = ">=5.1,<7.0"
5050
Markdown = "^3.1"
5151

0 commit comments

Comments
 (0)