Skip to content

Commit 5778465

Browse files
committed
Change minimum Python version to 3.7
1 parent 62dd25d commit 5778465

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
@@ -12,7 +12,7 @@ packages = [
1212
]
1313

1414
[tool.poetry.dependencies]
15-
python = ">=3.6"
15+
python = ">=3.7"
1616
aiohttp = "^3.6.1"
1717
pyhumps = "^1.3.1"
1818

0 commit comments

Comments
 (0)