From d0457943871c6abd7c8624c4c400e2bf7786db7f Mon Sep 17 00:00:00 2001 From: yizhouChen <3100505540@qq.com> Date: Mon, 9 Mar 2026 16:44:07 +0800 Subject: [PATCH] [docs] fix Python version requirement from 3.10 to >=3.11.0 (#10259) Co-authored-by: chaiyzh --- README.md | 2 +- README_zh.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 901d3904d..08794e72a 100644 --- a/README.md +++ b/README.md @@ -473,7 +473,7 @@ huggingface-cli login | Mandatory | Minimum | Recommend | | ------------ | ------- | --------- | -| python | 3.9 | 3.10 | +| python | 3.11 | >=3.11 | | torch | 2.0.0 | 2.6.0 | | torchvision | 0.15.0 | 0.21.0 | | transformers | 4.49.0 | 4.50.0 | diff --git a/README_zh.md b/README_zh.md index 3fa64854f..4c59f5685 100644 --- a/README_zh.md +++ b/README_zh.md @@ -475,7 +475,7 @@ huggingface-cli login | 必需项 | 至少 | 推荐 | | ------------ | ------- | --------- | -| python | 3.9 | 3.10 | +| python | 3.11 | >=3.11 | | torch | 2.0.0 | 2.6.0 | | torchvision | 0.15.0 | 0.21.0 | | transformers | 4.49.0 | 4.50.0 |