Drop python 3.9#1649
Open
amilcarlucas wants to merge 5 commits into
Open
Conversation
Bumps [mypy](https://github.com/python/mypy) from 1.18.2 to 1.19.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.18.2...v1.19.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.19.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
BREAKING CHANGE: Python 3.9 is EOL and no longer supported. - Update requires-python to >=3.10 in pyproject.toml - Remove Python 3.9 classifier and 3.9-only matplotlib dependency - Set ruff target-version to py310 - Update CI matrix minimum version from 3.9 to 3.10 (pytest, pylint, pyright workflows) - Modernize 512 typing annotations: Optional[X]→X|None, Union[X,Y]→X|Y - Remove redundant Optional/Union imports from typing module - Update test asserting UnionType origin to use types.UnionType instead of typing.Unionfix tests
79192b7 to
b0fc42e
Compare
Contributor
☂️ Code Coverage
Overall Coverage
New FilesNo new covered files... Modified Files
|
Contributor
Test Results 4 files ±0 4 suites ±0 41m 16s ⏱️ +35s For more details on these failures and errors, see this check. Results for commit b0fc42e. ± Comparison against base commit 6a00a80. |
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
Drop python 3.9 as it is EOL
Checklist
git commit --signoff)Testing
Describe how you tested these changes: