Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
chore: restrict python version
Browse files Browse the repository at this point in the history
adds compatibility: block#154

fixes: block#156
  • Loading branch information
lamchau committed Oct 17, 2024
1 parent e687b0b commit ae62240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ae62240

Please sign in to comment.