Bump targeted CPython version to 3.14.6 by ShaharNaveh · Pull Request #8074 · RustPython/RustPython
No actionable comments were generated in the recent review. 🎉
ℹ️ Recent review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yml
Review profile: CHILL
Plan: Pro
Run ID: f66dcf67-a02b-42d7-a1c3-e2330dcdae69
📒 Files selected for processing (2)
.github/workflows/upgrade-pylib.md.python-version
📝 Walkthrough
Walkthrough
This PR updates the Python version across two configuration files: the project's root .python-version file is bumped from 3.14.5 to 3.14.6, and the GitHub Actions workflow environment variable PYTHON_VERSION is updated from v3.14.4 to v3.14.6, ensuring consistent CPython versions for library syncing and project builds.
Changes
Python Version Update
| Layer / File(s) | Summary |
|---|---|
Python version bump to 3.14.6 .python-version, .github/workflows/upgrade-pylib.md |
Project root and workflow environment variable both updated to target CPython 3.14.6 for library syncing and project builds. |
Estimated code review effort
🎯 1 (Trivial) | ⏱️ ~3 minutes
Possibly related PRs
- RustPython/RustPython#7826: Both PRs update the pinned CPython version in the root
.python-versionfile (main: 3.14.5 → 3.14.6; retrieved: 3.14.4 → 3.14.5). - RustPython/RustPython#7571: Both PRs directly update the CPython version pin used by the
.github/workflows/upgrade-pylib.mdworkflow (changingenv.PYTHON_VERSIONbetween specific v3.14.x tags).
Suggested reviewers
- youknowone
Poem
🐰 Bump the Python up, up we go,
From three-fourteen to oh-point-six-oh!
Config files dance, in perfect sync,
Version updates smooth as a wink. ✨
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
| Check name | Status | Explanation |
|---|---|---|
| Description Check | ✅ Passed | Check skipped - CodeRabbit’s high-level summary is enabled. |
| Title check | ✅ Passed | The title 'Bump targeted CPython version to 3.14.6' is clear, specific, and directly summarizes the main change in the changeset - updating CPython from an older version to 3.14.6 across workflow and configuration files. |
| Docstring Coverage | ✅ Passed | No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. |
| Linked Issues check | ✅ Passed | Check skipped because no linked issues were found for this pull request. |
| Out of Scope Changes check | ✅ Passed | Check skipped because no linked issues were found for this pull request. |
✏️ Tip: You can configure your own custom pre-merge checks in the settings.
✨ Finishing Touches
🧪 Generate unit tests (beta)
- Create PR with unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.
Comment @coderabbitai help to get the list of available commands and usage tips.