Skip to content

Commit db7b8d1

Browse files
author
Andrew Brookins
committed
Lower the Python requirement
1 parent 984c116 commit db7b8d1

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
@@ -15,7 +15,7 @@ classifiers = [
1515
include=["docs/*", "images/*"]
1616

1717
[tool.poetry.dependencies]
18-
python = "^3.8"
18+
python = "^3.7"
1919
redis = "^3.5.3"
2020
aioredis = "^2.0.0"
2121
pydantic = "^1.8.2"

0 commit comments

Comments
 (0)