-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Removing deprecated api from patches #26890
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
Conversation
@gaurichaudhari9 No need to open and close PRs. Just push changes to the existing PR and CI will rerun. |
Noted. I’ll keep that in mind |
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.
If you are comfortable rebasing and squashing this down to one commit, please do so. Otherwise, I suggest that the person who merges does so.
PR summary
This pr targets and attempts to remove the deprecation in 3.7 found in lib/matplotlib/patches.py
The deprecated items marked with @_api.deprecated("3.7") are removed.
PR checklist