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

Commit

Permalink
fix(pyproject): fix upper python version
Browse files Browse the repository at this point in the history
  • Loading branch information
Elsie19 committed Dec 29, 2023
1 parent f9c9294 commit 730bbfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ classifiers = [
]

[tool.poetry.dependencies]
python = ">=3.10,<3.13"
python = ">=3.10,<4"
httpx = ">=0.24,<0.25"
rich = "^13.0.0"
typer = ">=0.9.0,<0.10.0"
Expand Down

0 comments on commit 730bbfc

Please sign in to comment.