Skip to content

Commit 4c2f172

Browse files
authored
Limit to Python >= 3.9
1 parent 127381a commit 4c2f172

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
@@ -18,7 +18,7 @@ classifiers = [
1818
]
1919

2020
[tool.poetry.dependencies]
21-
python = "^3.8"
21+
python = "^3.9"
2222
httpx = ">=0.23,<1"
2323

2424
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)