已合并
[feat][v2.10]remove Python 3.9 support. #40336
thickhair创建于 7月7日
[feat][v2.10]remove Python 3.9 support. #40336
已合并
Pull Request已成功合入, 合并人@ascend-robot
(感谢 thickhair 的贡献)7月7日 关联了issue:[Feature]: 支持python3.14
atomgit-bot
7月7日 评论:
7月7日 评论:
ascend-robot
7月7日 评论:
7月7日 评论:
atomgit-bot
7月7日 评论:
7月7日 评论:
代码审查
审查结束 — 总结
发现问题
| 优先级 | 数量 |
|---|---|
| P0 | 0 |
| P1 | 1 |
| P2 | 0 |
| P3 | 1 |
变更文件审查结果
| 文件 | 审查结果 |
|---|---|
ci/build.sh |
发现 2 个问题:1 个 P1(默认 PY_VERSION 未更新导致无参调用必定失败),1 个 P3(关联注释未同步更新) |
总体风险评估
中高风险。此变更意图是移除 Python 3.9 支持,但只修改了 SUPPORTED_PY_VERSION 数组,遗漏了同步更新默认 PY_VERSION 值(以及两处注释)。这导致脚本在不传 --python= 参数的默认路径上必定失败退出,是一个明确的运行时回归。建议在合入前将 PY_VERSION 默认值改为 3.10 并更新相关注释。
| 类型 | 数量 |
|---|---|
| 🔴 阻塞 | 1 |
| 🟡 建议 | 0 |
⛔ 需要修改


此处折叠了47条消息 查看更多
7月8日 合入了pull request
ascend-robot
7月8日 评论:
7月8日 评论:
Pull Request 已合并或已关闭。
If you want to solve this problem, you can click here to do it in the FAQs.


ascend-robot
7月8日 评论:
7月8日 评论:
Pull Request 已合并或已关闭。
If you want to solve this problem, you can click here to do it in the FAQs.


ascend-robot
7月8日 评论:
7月8日 评论:
Pull Request 已合并或已关闭。
If you want to solve this problem, you can click here to do it in the FAQs.


ascend-robot
7月8日 评论:
7月8日 评论:
流水线 pytorch_gitcode_PR_multiVersion#12214 [ commitID:d23fd431 ] 已完成


【合入来源】
【修改方案】
【资料变更】
【接口变更】
【功能验证】
【CheckList】