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",