We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8469c3a commit ee7ab7dCopy full SHA for ee7ab7d
1 file changed
pyproject.toml
@@ -10,15 +10,12 @@ description="Bootstrap4 template pack for django-crispy-forms"
10
readme = "README.md"
11
license = {text = "MIT"}
12
authors = [{name = "David Smith"}]
13
-requires-python = ">=3.8"
+requires-python = ">=3.10"
14
classifiers=[
15
"Environment :: Web Environment",
16
"Development Status :: 5 - Production/Stable",
17
"Framework :: Django",
18
"Framework :: Django :: 5.2",
19
-
20
21
22
"Operating System :: OS Independent",
23
"License :: OSI Approved :: MIT License",
24
"Programming Language :: Python :: 3",
@@ -34,7 +31,7 @@ dynamic = [
34
31
"version",
35
32
]
36
33
dependencies = [
37
- "django>=4.2",
+ "django>=5.2",
38
"django-crispy-forms>=2.3",
39
40
[project.optional-dependencies]
0 commit comments