-
Notifications
You must be signed in to change notification settings - Fork 280
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
TYP: fix type-checking incompatibilities with matplotlib 3.8 #4629
Conversation
ed79817
to
af5fd73
Compare
No problems at runtime (hurray), but lots of errors at type-check time. I think most of them may be noise, to be reported upstream, but I can try to fix the rest of them first. |
5935277
to
715f441
Compare
Actually everything seems to be fixable on our end, and I think I'm almost there |
5437c37
to
82e66a1
Compare
82e66a1
to
4dafd9d
Compare
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.
LGTM
It's not extremely urgent yet but I would like merging this before matplotlib 3.8.0 is actually released to smooth out the transition. May I ? |
Ok by me, seems small enough. But I'm also the only approval so i feel like it'd be good to get an additional OK from someone else :) |
Ok I'll leave it up for now, but will probably merge it if matplotlib 3.8 comes up first :) |
this is a test-only PR, not meant to be merged.In particular, test newly supported type-checking for Python >= 3.9
edit: this has now survived type-checking with matplotlib 3.8.0rc1, so I rewrote the branch history to preserve dependencies and fix newly discovered type-checking incompatibilities instead.