From 8eac12c0c8dc2388890386f8e4c375acf7fea36a Mon Sep 17 00:00:00 2001 From: Benjamin Himes Date: Mon, 17 Mar 2025 22:18:51 +0200 Subject: [PATCH] Adds support for py 3.13 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d7e557dae..9fc0c9a00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,11 +12,11 @@ authors = [ ] license = { file = "LICENSE" } scripts = { btcli = "bittensor_cli.cli:main" } -requires-python = ">=3.9,<3.13" +requires-python = ">=3.9,<3.14" dependencies = [ "wheel", "async-property==0.2.2", - "async-substrate-interface>=1.0.7", + "async-substrate-interface>=1.0.8", "aiohttp~=3.10.2", "backoff~=2.2.1", "GitPython>=3.0.0",