Skip to content

Commit 0aad8ea

Browse files
committed
feat: change minimum required python version to 3.9+
1 parent 6bae3db commit 0aad8ea

2 files changed

Lines changed: 34 additions & 3 deletions

File tree

poetry.lock

Lines changed: 33 additions & 2 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
@@ -12,7 +12,7 @@ Homepage = "https://github.com/wherobots/wherobots-python-dbapi-driver"
1212
Tracker = "https://github.com/wherobots/wherobots-python-dbapi-driver/issues"
1313

1414
[tool.poetry.dependencies]
15-
python = "^3.11"
15+
python = "^3.9"
1616
requests = "^2.31.0"
1717
websockets = "^12.0"
1818
tenacity = "^8.2.3"

0 commit comments

Comments
 (0)