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 535c47b commit 461867bCopy full SHA for 461867b
pyproject.toml
@@ -18,6 +18,7 @@ classifiers = [
18
"Programming Language :: Python :: 3.11",
19
"Programming Language :: Python :: 3.12",
20
"Framework :: Django",
21
+ "Framework :: Django :: 4.2",
22
"Framework :: Django :: 5.1",
23
"Framework :: Wagtail",
24
"Framework :: Wagtail :: 6",
@@ -26,7 +27,7 @@ classifiers = [
26
27
dynamic = ["version"]
28
requires-python = ">=3.11"
29
dependencies = [
- "Django>=5.0",
30
+ "Django>=4.2",
31
]
32
33
[project.optional-dependencies]
0 commit comments