Remove stray Python3.9 mentions and tox env - #848
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the repository’s stated and configured Python support baseline by removing remaining Python 3.9 references and ensuring Python 3.14 references are consistent with the project’s supported version range (>=3.10).
Changes:
- Removed Python 3.9 tox environments and expanded tox envlists to cover Python 3.10–3.14.
- Updated public-facing documentation (README / CONTRIBUTING) to reflect Python 3.10+ support and refreshed tox usage examples.
- Updated GitHub Copilot repo instructions to reflect the 3.10–3.14 compatibility target.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| tox.ini | Drops py39 tox envs and adds py314 envs for test/lambda/lint. |
| README.md | Updates minimum supported Python version badge and Requirements text to 3.10+. |
| CONTRIBUTING.md | Updates regression-testing version references and tox example env names. |
| .github/copilot-instructions.md | Aligns stated supported Python versions with >=3.10 and up to 3.14. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
tammy-baylis-swi
marked this pull request as ready for review
August 18, 2026 22:33
raphael-theriault-swi
approved these changes
Aug 18, 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.
Removes stray Python 3.9 mentions and tox env that were missed and should have been removed with APM version 7.0.0. Makes 3.14 testing and doc mentions a bit more consistent also.