Skip to content

Commit 2ec0491

Browse files
committed
updated python constraint to <4.0
1 parent f10950b commit 2ec0491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ packages = [
2020
]
2121

2222
[tool.poetry.dependencies]
23-
python = ">=3.8,<3.11"
23+
python = ">=3.8,<4.0"
2424
numpy = "^1"
2525
pandas = "^1"
2626
matplotlib = "^3.4"

0 commit comments

Comments
 (0)