Skip to content

Commit

Permalink
remove poetry install support for python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
CDJellen committed Nov 19, 2024
1 parent 381104a commit b5c9d39
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 @@ license = "MIT"
readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.8,<3.14"
python = ">=3.8,<3.13"
requests = ">=2.10.0"
pandas = ">=1.5.3"
numpy = ">=1.24.3"
Expand Down

0 comments on commit b5c9d39

Please sign in to comment.