Skip to content

Commit 8eac12c

Browse files
committed
Adds support for py 3.13
1 parent cb2f25f commit 8eac12c

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
@@ -12,11 +12,11 @@ authors = [
1212
]
1313
license = { file = "LICENSE" }
1414
scripts = { btcli = "bittensor_cli.cli:main" }
15-
requires-python = ">=3.9,<3.13"
15+
requires-python = ">=3.9,<3.14"
1616
dependencies = [
1717
"wheel",
1818
"async-property==0.2.2",
19-
"async-substrate-interface>=1.0.7",
19+
"async-substrate-interface>=1.0.8",
2020
"aiohttp~=3.10.2",
2121
"backoff~=2.2.1",
2222
"GitPython>=3.0.0",

0 commit comments

Comments
 (0)