Skip to content

Commit

Permalink
chore: use python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
bolinocroustibat committed Oct 10, 2024
1 parent eee3613 commit 68a4505
Show file tree
Hide file tree
Showing 2 changed files with 147 additions and 80 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies = [
"sentry-sdk>=1.29.2",
"uvicorn>=0.23.2",
]
requires-python = ">=3.12,<3.13"
requires-python = ">=3.11,<3.14"
dynamic = ["classifiers", "classifiers"]
license = { text = "MIT" }

Expand Down
Loading

0 comments on commit 68a4505

Please sign in to comment.