From 9f4542b3dbd20ea0f145ea48c7cf6471d68cd38a Mon Sep 17 00:00:00 2001 From: teknium1 Date: Thu, 5 Mar 2026 17:04:08 -0800 Subject: [PATCH] fix: require Python 3.11+ in pyproject.toml Was incorrectly set to >=3.10. Hermes uses tomllib and other 3.11+ features. CONTRIBUTING.md and README already say 3.11+. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 498d1112d..de4c50ea8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "hermes-agent" version = "0.1.0" description = "AI agent with advanced tool-calling and toolsets" readme = "README.md" -requires-python = ">=3.10" +requires-python = ">=3.11" authors = [{ name = "Nous Research" }] license = { text = "MIT" } dependencies = [