Docs: Minimum required Python version increased to 3.13. (#15219)

### What problem does this PR solve?

Minimum Python version increased to 3.13.

### Type of change


- [x] Documentation Update
This commit is contained in:
writinwaters
2026-05-25 20:23:30 +08:00
committed by GitHub
parent af85aa9c7b
commit 67e43e7df7
12 changed files with 15 additions and 4 deletions

View File

@@ -152,6 +152,7 @@
- RAM >= 16 GB
- Disk >= 50 GB
- Docker >= 24.0.0 & Docker Compose >= v2.26.1
- Python >= 3.13
- [gVisor](https://gvisor.dev/docs/user_guide/install/): 仅在你打算使用 RAGFlow 的代码执行器(沙箱)功能时才需要安装。
> [!TIP]