From fc1ced14289eaa759cbcfcbc5deb095f61a22806 Mon Sep 17 00:00:00 2001 From: Benjamin Himes Date: Thu, 13 Mar 2025 20:05:47 +0200 Subject: [PATCH 1/2] Allows installing on Python 3.13 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c5584d8..7457369 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "xxhash" ] -requires-python = ">=3.9,<3.13" +requires-python = ">=3.9" authors = [ { name = "Opentensor Foundation" }, From 983b2d001e8249110e97cdbcafede079f3fafc58 Mon Sep 17 00:00:00 2001 From: BD Himes <37844818+thewhaleking@users.noreply.github.com> Date: Thu, 13 Mar 2025 20:08:31 +0200 Subject: [PATCH 2/2] Update pyproject.toml Co-authored-by: Cameron Fairchild --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7457369..3aadcc9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "xxhash" ] -requires-python = ">=3.9" +requires-python = ">=3.9,<3.14" authors = [ { name = "Opentensor Foundation" },