Skip to content

Commit 9e89bf1

Browse files
fix(deps): update python to >=3.13,<3.14
1 parent 9b8f9ac commit 9e89bf1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

frontend/poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [
88
readme = "README.md"
99

1010
[tool.poetry.dependencies]
11-
python = ">=3.12,<3.13"
11+
python = ">=3.13,<3.14"
1212
django = "^5.0.3"
1313
scikit-learn = "^1.4.1"
1414
scipy = "^1.12.0"

0 commit comments

Comments
 (0)