Skip to content

Commit 84e097a

Browse files
committed
Add python 3.9 support
1 parent 141892d commit 84e097a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ exclude = ["tests", "static", "examples", "docs"]
88

99

1010
[tool.poetry.dependencies]
11-
python = ">=3.10"
11+
python = ">=3.9"
1212
wrapt = "^1.16.0"
1313
Flask = "^2.3.2"
1414
Flask-Migrate = "^2.6.0"

0 commit comments

Comments
 (0)