Update Python version to 3.10 for mypy and pylint#9468
Draft
Conversation
Co-authored-by: l0lawrence <100643745+l0lawrence@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update Python version to 3.10
Update minimum Python version to 3.10
Jan 26, 2026
l0lawrence
reviewed
Jan 26, 2026
| "reportTypeCommentUsage": true, | ||
| "reportMissingImports": false, | ||
| "pythonVersion": "3.9" | ||
| "pythonVersion": "3.10" |
Member
There was a problem hiding this comment.
@copilot can we just update to 3.10 for mypy and pylint
Contributor
Author
There was a problem hiding this comment.
Done. Reverted all changes except mypy.ini and pylintrc to only update those two configs to Python 3.10. See commit 1171b88.
Contributor
Author
There was a problem hiding this comment.
Yes, updated run_pylint.py to use --py-version=3.10 to match the pylintrc config. See commit 5b5771f.
Co-authored-by: l0lawrence <100643745+l0lawrence@users.noreply.github.com>
Copilot
AI
changed the title
Update minimum Python version to 3.10
Update Python version to 3.10 for mypy and pylint
Jan 26, 2026
Co-authored-by: l0lawrence <100643745+l0lawrence@users.noreply.github.com>
Member
|
@copilot document changes with chronus and add that file to the pr |
Co-authored-by: l0lawrence <100643745+l0lawrence@users.noreply.github.com>
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates Python version from 3.9 to 3.10 in mypy and pylint configuration files.
Configuration Files Updated
eng/scripts/ci/mypy.ini- Updatedpython_version = 3.10eng/scripts/ci/pylintrc- Updatedpy-version=3.10eng/scripts/ci/run_pylint.py- Updated--py-version=3.10Change Documentation
.chronus/changes/copilot-update-python-version-2026-01-26-23-26-55.md- Added chronus change file documenting the internal configuration updatesThis is a minimal change that only updates the type checker and linter configuration files to target Python 3.10.
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.