diff --git a/server/README_CN.md b/server/README_CN.md index a918d488..f47309e5 100644 --- a/server/README_CN.md +++ b/server/README_CN.md @@ -27,7 +27,7 @@ #### 前置要求 - **Docker Desktop**:已安装并运行 -- **Python**:3.10.\*(推荐使用 3.10.15) +- **Python**:3.12.\*(与 `pyproject.toml` 中的 `requires-python = ">=3.12,<3.13"` 一致) - **Node.js**:>=18.0.0 \<23.0.0 #### Triggers 托管配置 diff --git a/server/README_EN.md b/server/README_EN.md index a405d4ec..9e5c078b 100644 --- a/server/README_EN.md +++ b/server/README_EN.md @@ -27,7 +27,7 @@ Note: All the above data is stored in the local PostgreSQL volume in Docker (see #### Prerequisites - **Docker Desktop**: Installed and running -- **Python**: 3.10.\* (3.10.15 recommended) +- **Python**: 3.12.\* (matches `requires-python = ">=3.12,<3.13"` in `pyproject.toml`) - **Node.js**: >=18.0.0 <23.0.0 #### Hosting Configuration for Triggers diff --git a/server/README_PT-BR.md b/server/README_PT-BR.md index 44050a62..7a99ee5d 100644 --- a/server/README_PT-BR.md +++ b/server/README_PT-BR.md @@ -27,7 +27,7 @@ Nota: Todos os dados acima são armazenados no volume PostgreSQL local no Docker #### Pré-requisitos - **Docker Desktop**: Instalado e em execução -- **Python**: 3.10.\* (3.10.15 recomendado) +- **Python**: 3.12.\* (corresponde a `requires-python = ">=3.12,<3.13"` em `pyproject.toml`) - **Node.js**: >=18.0.0 \<23.0.0 #### Etapas de Configuração