Skip to content

Commit 8727cc0

Browse files
committed
changed python requirements to >=3.7,<4
1 parent 51d9368 commit 8727cc0

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

poetry.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ readme = "README.md"
77
packages = [{ include = "zohal_sdk" }]
88

99
[tool.poetry.dependencies]
10-
python = ">=3.10,<4.0"
10+
python = ">=3.8,<4.0"
1111
requests = "^2.32.3"
1212
dataclasses-json = "^0.6.7"
1313

0 commit comments

Comments
 (0)