chore: restrict python version (#162)

This commit is contained in:
Lam Chau
2024-10-17 19:26:48 -07:00
committed by GitHub
parent 5fc0c3aef5
commit 57fc0626ac
+1 -1
View File
@@ -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",