Skip to content

Commit

Permalink
loosen python requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
carderne committed Jan 4, 2025
1 parent 55a6e3d commit 865f92a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ authors = [
{ name = "Your Name", email = "[email protected]" }
]

# Public libraries should be more lenient.
# Internal stuff shoulduse 3.13!
requires-python = ">=3.13"
# Public libraries should be more lenient
# Internal stuff should enforce ~=3.13!
requires-python = ">=3.11"
dependencies = [
"pydantic>=2.10.4",
]
Expand Down

0 comments on commit 865f92a

Please sign in to comment.