Skip to content

Commit

Permalink
chore(poetry): allow up to python 3.13
Browse files Browse the repository at this point in the history
latest base image now is using 3.13 as python version
  • Loading branch information
andros21 committed Jan 2, 2025
1 parent d52b120 commit ad0980b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 @@ -6,7 +6,7 @@ authors = ["andros21 <[email protected]>"]
license = "GPL-3.0-only"

[tool.poetry.dependencies]
python = ">=3.11,<3.13"
python = ">=3.11,<3.14"
pandas = "^2.2.3"
numpy = "^2.2.1"
dash = "^2.18.2"
Expand Down

0 comments on commit ad0980b

Please sign in to comment.