Update Python version matrix to 3.10-3.13#115
Merged
Subterrane merged 3 commits intomainfrom Jan 27, 2026
Merged
Conversation
Co-authored-by: Subterrane <5290140+Subterrane@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update matrix to use correct versions of Python
Update Python version matrix to 3.9-3.13
Jan 27, 2026
Contributor
|
@copilot Warning: Python 3.9.0 reached end-of-life on 2025-10-31. It is no longer supported and does not receive security updates. We recommend upgrading to the latest Python release. |
Co-authored-by: Subterrane <5290140+Subterrane@users.noreply.github.com>
Contributor
Author
Updated to Python 3.10+ as the minimum version. Removed 3.9 from the CI matrix, tox.ini, pyproject.toml, and README.md. (52adbd0) |
Copilot
AI
changed the title
Update Python version matrix to 3.9-3.13
Update Python version matrix to 3.10-3.13
Jan 27, 2026
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 matrix in CI workflow to drop EOL versions (3.7, 3.8, 3.9) and add modern versions (3.12, 3.13).
Changes:
.github/workflows/continuous-integration.yml: Matrix now tests['3.10', '3.11', '3.12', '3.13']tox.ini: Updated envlist topy310, py311, py312, py313pyproject.toml: Bumpedrequires-pythonto>=3.10README.md: Updated requirement from 3.7+ to 3.10+Rationale:
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.