From 39a136b91b08125d9d24e0ff870eda5b6f035162 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Vask=C3=B3?= <1771332+vlaci@users.noreply.github.com> Date: Wed, 8 Jan 2025 13:46:38 +0100 Subject: [PATCH] Python: drop support for Python 3.8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aef8160..52dcb12 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ "Bug Tracker" = "https://github.com/onekey-sec/python-client/issues" [tool.poetry.dependencies] -python = "^3.8.0" +python = "^3.9.0" httpx = "0.23.0" pydantic = "1.10.20" Authlib = ">=0.15.3,<1.4.0"