Skip to content

Commit

Permalink
Update pyproject min python to 3.9
Browse files Browse the repository at this point in the history
Signed-off-by: Prithvi Kannan <[email protected]>
  • Loading branch information
prithvikannan committed Oct 22, 2024
1 parent eaacadc commit 5df5653
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 @@ -6,7 +6,7 @@ authors = [
{ name="Prithvi Kannan", email="[email protected]" },
]
readme = "README.md"
requires-python = ">=3.9"
requires-python = ">=3.8"
dependencies = [
"typing_extensions",
"pydantic"
Expand Down

0 comments on commit 5df5653

Please sign in to comment.