Skip to content

Commit c5171fa

Browse files
authored
Limit to Python >= 3.9
1 parent 0b14799 commit c5171fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323
]
2424

2525
[tool.poetry.dependencies]
26-
python = "^3.8"
26+
python = "^3.9"
2727
httpx = ">=0.19.0,<1"
2828
yarl = "^1.7.0"
2929

0 commit comments

Comments
 (0)