Drop Python 3.11#770
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 🚀 New features to boost your workflow:
|
Member
Author
|
@copilot anything else to do? |
There was a problem hiding this comment.
Pull request overview
Drops Python 3.11 support across packaging and CI configuration, and aligns formatting/tools/docs examples with Python 3.12+.
Changes:
- Bump minimum supported Python to 3.12 (package metadata, docs conda env, CI matrix).
- Add Black configuration targeting Python 3.12 and update pre-commit scope/versioning.
- Reformat and tidy Kubernetes example scripts and Sphinx config import placement.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
pyproject.toml |
Sets requires-python >=3.12, removes 3.11 classifier, adds Black target version. |
docs/examples/kubernetes-run/server-existing.py |
Import/order cleanup and formatting updates in example server script. |
docs/examples/kubernetes-run/run.py |
Formatting/import cleanup and minor string/CLI formatting adjustments in example runner. |
docs/conf.py |
Moves find_spec import to top-level for Sphinx config. |
devtools/conda-envs/docs_env.yaml |
Updates docs environment Python pin to 3.12. |
.pre-commit-config.yaml |
Expands pre-commit file scope to include docs/ and bumps pyproject-fmt. |
.github/workflows/ci.yaml |
Removes Python 3.11 from CI test matrix. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Description
Closes #769
Todos
Notable points that this PR has either accomplished or will accomplish.
Questions
Status