Skip to content

Commit 461867b

Browse files
author
Andy Babic
committed
Update pyproject.toml to reflect support for earlier Django versions
1 parent 535c47b commit 461867b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ classifiers = [
1818
"Programming Language :: Python :: 3.11",
1919
"Programming Language :: Python :: 3.12",
2020
"Framework :: Django",
21+
"Framework :: Django :: 4.2",
2122
"Framework :: Django :: 5.1",
2223
"Framework :: Wagtail",
2324
"Framework :: Wagtail :: 6",
@@ -26,7 +27,7 @@ classifiers = [
2627
dynamic = ["version"]
2728
requires-python = ">=3.11"
2829
dependencies = [
29-
"Django>=5.0",
30+
"Django>=4.2",
3031
]
3132

3233
[project.optional-dependencies]

0 commit comments

Comments
 (0)