From ae6224077ed3bc398f37688a1a1c0b059c5779dd Mon Sep 17 00:00:00 2001 From: Lam Chau Date: Wed, 16 Oct 2024 18:33:40 -0700 Subject: [PATCH] chore: restrict python version adds compatibility: #154 fixes: #156 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c9c4501b5..8c0622efb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "goose-ai" description = "a programming agent that runs on your machine" version = "0.9.5" readme = "README.md" -requires-python = ">=3.10" +requires-python = ">=3.10, <=3.12" dependencies = [ "ai-exchange", "attrs>=23.2.0",