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 包管理器 |