Conversation
There was a problem hiding this comment.
Pull request overview
Updates the repository’s default Python interpreter version used by local tooling (e.g., pyenv/asdf/uv) by changing the pinned version in .python-version.
Changes:
- Bump
.python-versionfrom3.12to3.14.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
cd532b8 to
9c972ba
Compare
|
Oops, auto-merge |
There was a problem hiding this comment.
Pull request overview
Updates the project’s declared Python baseline to 3.14 and aligns tooling configuration/lock metadata with that new minimum.
Changes:
- Bump
requires-pythonfrom>=3.12to>=3.14in project metadata and the uv lock header. - Update
.python-versionto3.14for local toolchain selection. - Enable two additional Ruff lint rules (
PLC0415,TID253) in the lint rule selection.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
uv.lock |
Updates lock metadata to require Python >=3.14 and reflects 3.14 wheel resolution. |
pyproject.toml |
Raises the project’s minimum Python version and enables additional Ruff lint rules. |
.python-version |
Sets the local Python toolchain version to 3.14. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
| "PLC0415", | ||
| "TID253", |
|
...not only did I prematurely merge, I included some experimental lint stuff 🤦🏻 |
|
It should be fine enough though |
No description provided.