chore: bump Python target version from 3.11 to 3.12#8
chore: bump Python target version from 3.11 to 3.12#8yankay wants to merge 1 commit intollm-d:mainfrom
Conversation
Signed-off-by: Kay Yan <kay.yan@daocloud.io>
There was a problem hiding this comment.
Pull request overview
Updates the repository’s Python tooling/CI configuration to target Python 3.12, aligning Ruff’s parsing/upgrade behavior and CI runtime with the newer Python baseline.
Changes:
- Bump Ruff
target-versionfrompy311topy312inpyproject.toml. - Bump GitHub Actions
actions/setup-pythonversion from3.11to3.12for the Python lint job.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| pyproject.toml | Updates Ruff’s target-version to Python 3.12. |
| .github/workflows/ci-pr-checks.yaml | Runs Python linting steps under Python 3.12 in CI. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Unsigned commits detected! Please sign your commits. For instructions on how to set up GPG/SSH signing and verify your commits, please see GitHub Documentation. |
|
This PR is marked as stale after 21d of inactivity. After an additional 14d of inactivity (7d to become rotten, then 7d more), it will be closed. To prevent this PR from being closed, add a comment or remove the |
What does this PR do?
target-versioninpyproject.tomlfrompy311topy312.Why is this change needed?
How was this tested?
Checklist
git commit -s) per DCOmake test)make lint)Related Issues