Skip to content

Commit

Permalink
Lower version requirement for Django to 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ronanboiteau committed Apr 18, 2024
1 parent c7eae1a commit 97dc88c
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
@@ -1,7 +1,7 @@
[project]
name = "django_safe_template_engine"
version = "1.2.0"
dependencies = ["django >= 3.2"]
dependencies = ["django >= 3.0"]
requires-python = ">=3.8"
authors = [{ name = "Ronan Boiteau", email = "ronan@boiteau.eu" }]
maintainers = [{ name = "Ronan Boiteau", email = "ronan@boiteau.eu" }]
Expand Down

0 comments on commit 97dc88c

Please sign in to comment.