Skip to content

Commit

Permalink
Update pyproject.toml to reflect support for earlier Django versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ababic committed Dec 23, 2024
1 parent 535c47b commit 461867b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Framework :: Django",
"Framework :: Django :: 4.2",
"Framework :: Django :: 5.1",
"Framework :: Wagtail",
"Framework :: Wagtail :: 6",
Expand All @@ -26,7 +27,7 @@ classifiers = [
dynamic = ["version"]
requires-python = ">=3.11"
dependencies = [
"Django>=5.0",
"Django>=4.2",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 461867b

Please sign in to comment.