mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-12 03:33:33 +08:00
Docs: update python version to 3.13 (#15103)
### What problem does this PR solve? 1. update python version to 3.13 2. upgrade ormsgpack to 1.6.0 ### Type of change - [x] Refactoring --------- Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
**Install Python dependencies (including test dependencies):**
|
||||
|
||||
```bash
|
||||
uv sync --python 3.12 --only-group test --no-default-groups --frozen
|
||||
uv sync --python 3.13 --only-group test --no-default-groups --frozen
|
||||
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user