Skip to content

Commit a504f5f

Browse files
committed
chore(deps): drop support for Python 3.8
1 parent e280fd9 commit a504f5f

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

poetry.lock

+3-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers = [
2020
"Bug Tracker" = "https://github.com/onekey-sec/python-client/issues"
2121

2222
[tool.poetry.dependencies]
23-
python = "^3.8.0"
23+
python = ">=3.9.0"
2424
httpx = "0.28.1"
2525
pydantic = "2.10.6"
2626
Authlib = ">=0.15.3,<1.4.0"

0 commit comments

Comments
 (0)