Skip to content

Commit ee7ab7d

Browse files
authored
Updated minimum versions in pyproject.toml. (#41)
1 parent 8469c3a commit ee7ab7d

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,12 @@ description="Bootstrap4 template pack for django-crispy-forms"
1010
readme = "README.md"
1111
license = {text = "MIT"}
1212
authors = [{name = "David Smith"}]
13-
requires-python = ">=3.8"
13+
requires-python = ">=3.10"
1414
classifiers=[
1515
"Environment :: Web Environment",
1616
"Development Status :: 5 - Production/Stable",
1717
"Framework :: Django",
1818
"Framework :: Django :: 5.2",
19-
20-
21-
2219
"Operating System :: OS Independent",
2320
"License :: OSI Approved :: MIT License",
2421
"Programming Language :: Python :: 3",
@@ -34,7 +31,7 @@ dynamic = [
3431
"version",
3532
]
3633
dependencies = [
37-
"django>=4.2",
34+
"django>=5.2",
3835
"django-crispy-forms>=2.3",
3936
]
4037
[project.optional-dependencies]

0 commit comments

Comments
 (0)