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

@@ -116,7 +116,7 @@ irm https://cdn.link-ai.tech/code/cow/run.ps1 | iex
### 2.环境安装 ### 2.环境安装
支持 Linux、MacOS、Windows 操作系统,可在个人计算机及服务器上运行,需安装 `Python`Python 版本需在3.7 ~ 3.12 之间推荐使用3.9版本 支持 Linux、MacOS、Windows 操作系统,可在个人计算机及服务器上运行,需安装 `Python`Python 版本需在3.7 ~ 3.12 之间。
> 注意Agent 模式推荐使用源码运行,若选择 Docker 部署则无需安装 python 环境和下载源码,可直接快进到下一节。 > 注意Agent 模式推荐使用源码运行,若选择 Docker 部署则无需安装 python 环境和下载源码,可直接快进到下一节。

View File

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