Skip to content

[NOMERGE] trying to get Python 3.14 tests to pass #30205

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

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

jkseppan
Copy link
Member

@jkseppan jkseppan commented Jun 22, 2025

This includes

With continue-on-error set so failures don't break the build

Co-authored-by: Oscar Gustafsson <[email protected]>
jkseppan and others added 5 commits June 24, 2025 09:03
To deep copy an object without calling deepcopy on the object itself,
create a new object of the correct class and iterate calling deepcopy on
its __dict__.

Closes matplotlib#29157 without relying on private CPython methods.
Does not fix the other issue with TransformNode.__copy__.

Co-authored-by: Serhiy Storchaka <[email protected]>
Co-authored-by: Elliott Sales de Andrade <[email protected]>
without calling copy.copy
And tweak some dependencies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant