chore: relax python constraint and release (#169)

This commit is contained in:
Bradley Axen
2024-10-18 14:54:29 -07:00
committed by GitHub
parent efded8fa0f
commit d0f7360159
3 changed files with 7 additions and 4 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
[project]
name = "goose-ai"
description = "a programming agent that runs on your machine"
version = "0.9.6"
version = "0.9.7"
readme = "README.md"
requires-python = ">=3.10, <=3.12"
requires-python = ">=3.10"
dependencies = [
"ai-exchange",
"attrs>=23.2.0",