Skip to content

Commit 61d6be4

Browse files
committed
chore: drop support for python 3.9
1 parent bfe88d2 commit 61d6be4

3 files changed

Lines changed: 15 additions & 387 deletions

File tree

docs/legacy/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ For firmwares older than 1.8.1, please clone the archived [trezor-mcu](https://g
3838

3939
## Local development build
4040

41-
Make sure you have Python 3.9 or later and [uv](https://docs.astral.sh/uv/)
41+
Make sure you have Python 3.10 or later and [uv](https://docs.astral.sh/uv/)
4242
installed.
4343

4444
If you want to build device firmware, also make sure that you have the [GNU ARM Embedded toolchain](https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads) installed.

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)