Skip to content

Commit

Permalink
build: add upper limit to Python version (<3.13)
Browse files Browse the repository at this point in the history
  • Loading branch information
amundfr committed Apr 8, 2024
1 parent 14ddc95 commit 8d8c59b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repository = "https://github.com/statnett/linerate.git"
readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.9,<4.0"
python = ">=3.9,<3.13"
numpy = "*"
scipy = "*"
numba = ">=0.56.4"
Expand Down

0 comments on commit 8d8c59b

Please sign in to comment.