Skip to content

Commit ae420b7

Browse files
allow python 3.8
1 parent 53a6c6f commit ae420b7

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 @@ authors = [
88
]
99

1010
[tool.poetry.dependencies]
11-
python = ">=3.9"
11+
python = ">=3.8"
1212
aioboto3 = "*"
1313
boto3 = "*"
1414
boto3-stubs = "*"

0 commit comments

Comments
 (0)