Skip to content

Commit

Permalink
Do not use <3.12 for Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
espdev committed Dec 11, 2023
1 parent 981d1a7 commit 9c38de1
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 @@ -30,7 +30,7 @@ include = [
]

[tool.poetry.dependencies]
python = ">=3.8,<3.12"
python = "^3.8"
importlib-metadata = "^7.0.0"
numpy = ">=1.19.2"
scipy = ">=1.5.4"
Expand Down

0 comments on commit 9c38de1

Please sign in to comment.