From 1ba0c242071b36df40d0a5b8cb16893004ce8efe Mon Sep 17 00:00:00 2001 From: lintsinghua Date: Sun, 21 Dec 2025 06:40:33 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=20Python=20=E5=92=8C?= =?UTF-8?q?=20Node.js=20=E7=89=88=E6=9C=AC=E8=A6=81=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将 Python 版本要求从 3.13+ 降级至 3.11+,Node.js 从 18+ 升级至 20+ --- CONTRIBUTING.md | 2 +- README.md | 2 +- docs/DEPLOYMENT.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 287cc85..0bf4837 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -129,7 +129,7 @@ pnpm dev ### 后端 (Python) -- 使用 Python 3.13+ 类型注解 +- 使用 Python 3.11+ 类型注解 - 遵循 PEP 8 代码风格 - 使用 Ruff 进行代码格式化和检查 - 使用 mypy 进行类型检查 diff --git a/README.md b/README.md index 53331a4..8a60e06 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ [![React](https://img.shields.io/badge/React-18-61dafb.svg)](https://reactjs.org/) [![TypeScript](https://img.shields.io/badge/TypeScript-5.7-3178c6.svg)](https://www.typescriptlang.org/) [![FastAPI](https://img.shields.io/badge/FastAPI-0.100+-009688.svg)](https://fastapi.tiangolo.com/) -[![Python](https://img.shields.io/badge/Python-3.13+-3776ab.svg)](https://www.python.org/) +[![Python](https://img.shields.io/badge/Python-3.11+-3776ab.svg)](https://www.python.org/) [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/lintsinghua/DeepAudit) [![Stars](https://img.shields.io/github/stars/lintsinghua/DeepAudit?style=social)](https://github.com/lintsinghua/DeepAudit/stargazers) diff --git a/docs/DEPLOYMENT.md b/docs/DEPLOYMENT.md index 6de1b0f..40cf252 100644 --- a/docs/DEPLOYMENT.md +++ b/docs/DEPLOYMENT.md @@ -289,8 +289,8 @@ server { | 依赖 | 版本要求 | 说明 | |------|---------|------| -| Node.js | 18+ | 前端运行环境 | -| Python | 3.13+ | 后端运行环境 | +| Node.js | 20+ | 前端运行环境 | +| Python | 3.11+ | 后端运行环境 | | PostgreSQL | 15+ | 数据库 | | pnpm | 8+ | 推荐的前端包管理器 | | uv | 最新版 | 推荐的 Python 包管理器 |