Skip to content

Commit 8394d8f

Browse files
committed
chore: drop support for python 3.9
1 parent bfe88d2 commit 8394d8f

2 files changed

Lines changed: 14 additions & 386 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "trezor-firmware"
33
version = "0.0.0"
44
description = ""
55
authors = [{ name = "SatoshiLabs", email = "info@satoshilabs.com" }]
6-
requires-python = ">=3.9,<4"
6+
requires-python = ">=3.10,<4"
77
dependencies = [
88
"trezor",
99
"tvl",

0 commit comments

Comments
 (0)