Skip to content

Commit

Permalink
fix(deps): update python to >=3.13,<3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 18, 2024
1 parent e51d24e commit 311434a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 56 deletions.
60 changes: 5 additions & 55 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ classifiers = ["Topic :: Scientific/Engineering"]

[tool.poetry.dependencies]
# Core dependencies
python = ">=3.10,<3.13"
python = ">=3.13,<3.14"
scipy = "~1.14.0"
pandas = "~2.2.0"
typeguard = "^4.0.0"
Expand Down

0 comments on commit 311434a

Please sign in to comment.