💬 观点Simon Willison
Python 3.15.0 candidate 2 is here! — Python 3.15 RC2发布,作者强调RC测试重要性并分享CI配置。
Python 3.15 RC2发布,作者强调RC测试重要性并分享CI配置。
2026-09-01原文
本文为要点摘要,完整细节以原文为准。
🧭 一图看懂
由原文自动提炼 · 以原文为准点击任一分支,查看这一点的一句话解读
Python 3.15 RC2 发布
Hugo van Kemenade 宣布 Python 3.15 最终候选版,10 月正式发布
- RC 阶段只接受明确 bug 修复的代码变更
- 鼓励第三方项目在 PyPI 发布 3.15 wheels
⚙️ 流程拆解
STEP 1进入 RC 阶段
STEP 2第三方项目适配
STEP 3发布 3.15 wheels
STEP 4CI 矩阵测试
STEP 5正式版发布
🔗 涉及的概念与玩家
- Python 3.15产品
- Hugo van Kemenade人物
- Simon Willison人物
- GitHub Actions产品
- Datasette产品
- sqlite-utils产品
- scikit-learn产品
- PyPI产品
- Hugo van Kemenade—发布→Python 3.15
- Simon Willison—测试→Python 3.15
- Simon Willison—开发→Datasette
- Simon Willison—开发→sqlite-utils
- Datasette—通过测试→Python 3.15
- scikit-learn—缺少 wheel→Python 3.15
- Python 3.15.0 RC2发布,进入RC阶段后仅允许修复bug,正式版预计10月发布。
- 作者建议第三方项目在RC阶段测试并发布wheel,因为RC构建的wheel兼容未来正式版。
- 作者回顾2021年因未在RC期测试导致bug流入正式版,强调RC测试价值,并分享GitHub Actions配置,使用allow-prereleases和check-latest自动测试最新RC。
原文:Python 3.15.0 candidate 2 is here! · 作者 Simon Willison
🕸 顺着图谱继续读
- Soft-deprecating re.match() — Python 3.15 软弃用 re.match(),改用语义更清晰的 re.p2026-09-11 · 共同涉及 Python 3.15、Hugo van Kemenade、Simon Willison
- Using uvx in GitHub Actions in a cache-friendly way — 如何让 uvx 在 GitHub Actions 中缓存友好地使用 Python2026-07-14 · 共同涉及 GitHub Actions、PyPI、Simon Willison
- simonw/browser-compat-db — 将MDN浏览器兼容数据转为SQLite,通过GitHub分支提供CORS访问。2026-06-24 · 共同涉及 Simon Willison、sqlite-utils、GitHub Actions
- datasette-upload-dbs 0.5a0 — Datasette 插件新版本,支持通过 API 上传和原子替换数据库。2026-08-11 · 共同涉及 Datasette、Simon Willison、GitHub Actions