Skip to content

Commit

Permalink
Allow python3.12 in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
matyasrichter committed Nov 13, 2023
1 parent 463f493 commit 2bad635
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 @@ -19,7 +19,7 @@ classifiers = [
]

[tool.poetry.dependencies]
python = ">=3.8 <3.12"
python = ">=3.8 <3.13"
fastapi = ">=0.70.0"
injector = ">=0.19.0"

Expand Down

0 comments on commit 2bad635

Please sign in to comment.