Skip to content

Commit d05f622

Browse files
committed
chore: require at least python 3.10, 3.9 is EOL
1 parent ca512e7 commit d05f622

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
@@ -3,7 +3,7 @@ name = "onekey_client"
33
version = "2.4.0"
44
description = "ONEKEY API client"
55
authors = [{ name = "ONEKEY", email = "support@onekey.com" }]
6-
requires-python = ">=3.9"
6+
requires-python = ">=3.10"
77
readme = "README.md"
88
license = "MIT"
99
keywords = ["iot", "security", "firmware", "analysis"]

0 commit comments

Comments
 (0)