-
Notifications
You must be signed in to change notification settings - Fork 34
Drop Python 3.10 support #1006
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drop Python 3.10 support #1006
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR drops support for Python 3.10 as stated in the title and updates the minimum required Python version to 3.11 across the project configuration.
Key Changes:
- Updates minimum Python version requirement from 3.10 to 3.11
- Removes Python 3.10 from CI/CD test matrix
- Updates development tools configuration to use Python 3.13
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pyproject.toml | Updates package metadata to require Python >=3.11, removes 3.10 classifier, and sets mypy to use Python 3.13 |
| conda-env/dev.yml | Updates development environment to require Python >=3.11,<3.14 |
| conda-env/ci.yml | Updates CI environment to require Python >=3.11,<3.14 |
| .github/workflows/build_workflow.yml | Updates CI workflow to use Python 3.13 for pre-commit and removes 3.10 from test matrix |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 10 out of 10 changed files in this pull request and generated 1 comment.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <[email protected]>
Description
Checklist
If applicable: