fix: cow CLI support python3.7

This commit is contained in:
zhayujie
2026-04-01 16:51:23 +08:00
parent dd25b0fb5b
commit cd62ad76f6
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name = "cowagent"
version = "1.0.0"
description = "CowAgent - AI Agent on WeChat and more"
requires-python = ">=3.9"
requires-python = ">=3.7"
dependencies = [
"click>=8.0",
"requests>=2.28.2",