Skip to content

Commit

Permalink
update pyproject.toml to require python 3.9 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin authored Jan 7, 2025
1 parent 593bd7b commit 6e982a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Internet",
]
requires-python = ">=3.8"
requires-python = ">=3.9"
dependencies = [
"httpx>=0.24",
"typer>=0.8.0",
Expand Down

0 comments on commit 6e982a3

Please sign in to comment.