Skip to content

Commit 69482e6

Browse files
authored
Fix issue with Python and pre-commit versions (#90)
1 parent e8b24d1 commit 69482e6

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
@@ -40,7 +40,7 @@ classifiers = [
4040

4141
[tool.poetry.dependencies]
4242
aiohttp = ">=3.8.0"
43-
python = "^3.6.0"
43+
python = ">=3.6.1,<4.0.0"
4444

4545
[tool.poetry.dev-dependencies]
4646
aresponses = "^2.0.0"

0 commit comments

Comments
 (0)