From b15108de694cd6c531cba21398131717eafdb26d Mon Sep 17 00:00:00 2001 From: bdhimes Date: Wed, 29 Oct 2025 16:06:45 +0200 Subject: [PATCH] Allow python 3.14 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 487092f7fe..c43dc5892a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ authors = [ {name = "bittensor.com"} ] license = { file = "LICENSE" } -requires-python = ">=3.9,<3.14" +requires-python = ">=3.9,<3.15" dependencies = [ "wheel", "setuptools~=70.0.0",