Skip to content

Commit

Permalink
Bump minimum required python version from 3.7 to 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Pietro Zambelli committed Sep 2, 2024
1 parent 0331006 commit 5cb3b98
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 @@ -9,7 +9,7 @@ description = "Typer, build great CLIs. Easy to code. Based on Python type hints
authors = [
{name = "Sebastián Ramírez", email = "[email protected]"},
]
requires-python = ">=3.7"
requires-python = ">=3.8"
classifiers = [
"Intended Audience :: Information Technology",
"Intended Audience :: System Administrators",
Expand Down

0 comments on commit 5cb3b98

Please sign in to comment.