Skip to content

Commit 8016b02

Browse files
committed
Allows installation on 3.13
1 parent 3d648df commit 8016b02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors = [
1111
{name = "bittensor.com"}
1212
]
1313
license = { file = "LICENSE" }
14-
requires-python = ">=3.9,<3.13"
14+
requires-python = ">=3.9,<3.14"
1515
dependencies = [
1616
"wheel",
1717
"setuptools~=70.0.0",
@@ -38,7 +38,7 @@ dependencies = [
3838
"websockets>=14.1",
3939
"bittensor-commit-reveal>=0.2.0",
4040
"bittensor-wallet>=3.0.4",
41-
"async-substrate-interface>=1.0.5"
41+
"async-substrate-interface>=1.0.8"
4242
]
4343

4444
[project.optional-dependencies]

0 commit comments

Comments
 (0)