Skip to content

Commit 7187453

Browse files
mmvdbrattli
authored andcommitted
Allow any python in the 3.x series >=3.7
Before converting from setup.py, this upper bound didn't exist. There's no reason to cap at 3.10. This breaks installations on other poetry projects defined with Python=^3.7 and would force updating this file for every new python version.
1 parent 4d351c9 commit 7187453

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
@@ -28,7 +28,7 @@ packages = [
2828
]
2929

3030
[tool.poetry.dependencies]
31-
python = ">= 3.7, < 3.11"
31+
python = ">= 3.7, < 4.0"
3232
typing-extensions = "^4.1.1"
3333

3434
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)