From 57fc0626ac53d8056f029b373084c53d79f1fa85 Mon Sep 17 00:00:00 2001 From: Lam Chau Date: Thu, 17 Oct 2024 19:26:48 -0700 Subject: [PATCH] chore: restrict python version (#162) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cf1a7609..1c5ed50e 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",