Skip to content

Commit 049068a

Browse files
committed
Update supported python versions >3.10,<4.0.
1 parent ca816bf commit 049068a

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
@@ -20,7 +20,7 @@ packages = [
2020
]
2121

2222
[tool.poetry.dependencies]
23-
python = "^3.12"
23+
python = ">3.10,<4.0"
2424

2525
[tool.poetry.group.dev.dependencies]
2626
pytest = "*"

0 commit comments

Comments
 (0)