Skip to content

Commit

Permalink
🐛 Fix required python version
Browse files Browse the repository at this point in the history
  • Loading branch information
omg-xtao committed May 11, 2024
1 parent 7028740 commit 01ae107
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 @@ -8,7 +8,7 @@ authors = [
dependencies = [
"pydantic<2.0.0",
]
requires-python = ">=3.9"
requires-python = ">=3.8"
readme = "README.md"
license = {text = "AGPL 3.0"}

Expand Down

0 comments on commit 01ae107

Please sign in to comment.