Skip to content

Commit 35536ca

Browse files
committed
fix(deps): require Python >=3.10
protobuf 7.x (pulled in transitively via utxorpc-spec 0.19.1) requires Python >=3.10, which is incompatible with the previous >=3.9.1 floor.
1 parent b757d1c commit 35536ca

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
@@ -12,7 +12,7 @@ repository = "https://github.com/utxorpc/python-sdk"
1212
license = "Apache-2.0"
1313

1414
[tool.poetry.dependencies] # https://python-poetry.org/docs/dependency-specification/
15-
python = ">=3.9.1,<4.0"
15+
python = ">=3.10,<4.0"
1616
utxorpc-spec = "0.19.1"
1717
typing-extensions = "^4.15.0"
1818
protobuf = "^7.34.1"

0 commit comments

Comments
 (0)