Skip to content

Commit 9c38de1

Browse files
committed
Do not use <3.12 for Python version
1 parent 981d1a7 commit 9c38de1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ include = [
3030
]
3131

3232
[tool.poetry.dependencies]
33-
python = ">=3.8,<3.12"
33+
python = "^3.8"
3434
importlib-metadata = "^7.0.0"
3535
numpy = ">=1.19.2"
3636
scipy = ">=1.5.4"

0 commit comments

Comments
 (0)