From cd62ad76f61e378ea754ff468f44e6ed94e6c08a Mon Sep 17 00:00:00 2001 From: zhayujie Date: Wed, 1 Apr 2026 16:51:23 +0800 Subject: [PATCH] fix: cow CLI support python3.7 --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9b0cb984..2c58bc12 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ irm https://cdn.link-ai.tech/code/cow/run.ps1 | iex ### 2.环境安装 -支持 Linux、MacOS、Windows 操作系统,可在个人计算机及服务器上运行,需安装 `Python`,Python 版本需在3.7 ~ 3.12 之间,推荐使用3.9版本。 +支持 Linux、MacOS、Windows 操作系统,可在个人计算机及服务器上运行,需安装 `Python`,Python 版本需在3.7 ~ 3.12 之间。 > 注意:Agent 模式推荐使用源码运行,若选择 Docker 部署则无需安装 python 环境和下载源码,可直接快进到下一节。 diff --git a/pyproject.toml b/pyproject.toml index 0c3b2a76..7a0f4c04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",