Skip to content

Commit cafdc4d

Browse files
committed
Lower the min python requirement to 3.8
1 parent db5f292 commit cafdc4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repository = "https://github.com/LaunchPlatform/wtforms-bootstrap5"
88
readme = "README.md"
99

1010
[tool.poetry.dependencies]
11-
python = "^3.9"
11+
python = "^3.8"
1212
WTForms = "^3.0.1"
1313

1414
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)