mirror of
https://github.com/aaif-goose/goose.git
synced 2026-06-02 06:14:27 +02:00
chore: restrict python version (#162)
This commit is contained in:
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user