Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit f9c9294

Browse files
committed
fix(pyproject): fix python version
1 parent 7027e2e commit f9c9294

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
@@ -36,7 +36,7 @@ classifiers = [
3636
]
3737

3838
[tool.poetry.dependencies]
39-
python = ">=3.12,<3.13"
39+
python = ">=3.10,<3.13"
4040
httpx = ">=0.24,<0.25"
4141
rich = "^13.0.0"
4242
typer = ">=0.9.0,<0.10.0"

0 commit comments

Comments
 (0)