From 5057f03bfdce539b3a2ed28b84920586f9c54338 Mon Sep 17 00:00:00 2001 From: waroffchange <116298975+waroffchange@users.noreply.github.com> Date: Wed, 8 Jul 2026 05:03:53 +0300 Subject: [PATCH] docs(i18n): align translated CONTRIBUTING files with pyproject Python range (3.11-3.13) --- .../current/developer-guide/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/developer-guide/contributing.md b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/developer-guide/contributing.md index 8a4547f35d5..480018a1e1b 100644 --- a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/developer-guide/contributing.md +++ b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/developer-guide/contributing.md @@ -34,7 +34,7 @@ description: "如何为 Hermes Agent 做贡献 — 开发环境配置、代码 | 要求 | 说明 | |-------------|-------| | **Git** | 需安装 `git-lfs` 扩展 | -| **Python 3.11+** | 若未安装,uv 会自动安装 | +| **Python 3.11–3.13** | 若未安装,uv 会自动安装 | | **uv** | 高速 Python 包管理器([安装](https://docs.astral.sh/uv/)) | | **Node.js 20+** | 可选 — 浏览器工具和 WhatsApp bridge 需要(与根目录 `package.json` engines 字段一致) |