Skip to content

Commit

Permalink
chore: use python 3.13 and update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bolinocroustibat committed Jan 21, 2025
1 parent f224c75 commit 772f99f
Show file tree
Hide file tree
Showing 3 changed files with 285 additions and 211 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ target/
# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version

# IPython
profile_default/
ipython_config.py
Expand Down
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.11,<3.14"
requires-python = ">=3.10,<3.14"
dynamic = ["classifiers", "classifiers"]
license = { text = "MIT" }

Expand Down
Loading

0 comments on commit 772f99f

Please sign in to comment.