Skip to content

Commit a7f1488

Browse files
fix(deps): update python to >=3.13,<3.14
1 parent 89463e9 commit a7f1488

File tree

2 files changed

+6
-86
lines changed

2 files changed

+6
-86
lines changed

poetry.lock

+5-85
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ classifiers = ["Topic :: Scientific/Engineering"]
1212

1313
[tool.poetry.dependencies]
1414
# Core dependencies
15-
python = ">=3.10,<3.13"
15+
python = ">=3.13,<3.14"
1616
scipy = "~1.14.0"
1717
pandas = "~2.2.0"
1818
typeguard = "^4.0.0"

0 commit comments

Comments
 (0)