Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
[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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Draft
jkseppan wants to merge17 commits intomatplotlib:mainChoose a base branch fromjkseppan:py314-checks
base:main
Could not load branches
Branch not found:{{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline, and old review comments may become outdated.
Uh oh!
There was an error while loading.Please reload this page.
Draft
Changes from1 commit
Commits
Show all changes
17 commits Select commitHold shift + click to select a range
996b647
Implement Path.__deepcopy__ avoiding infinite recursion
jkseppan68d25b3
Add metaclass to stub file
jkseppan990ffdf
Fix TransformNode.__copy__
jkseppan7c33f3a
Add Python 3.14b03 to the test matrix
jkseppancc78df0
pillow build dependencies
jkseppaneca3558
Don't install PySide2 on 3.14
jkseppan93f12da
Time out the pytest run at 60 minutes
jkseppan8258353
Simplify the metaclass
jkseppan6579063
Merge branches 'path-deepcopy-via-metaclass' and 'test-py314' into py…
jkseppanc925204
Run only the Python 3.14 test
jkseppancc530cd
Disable further CI runs
jkseppand3f8453
Add dependencies:
jkseppand880d10
Reinstate -n auto
jkseppane9c436f
Add libxml2-dev and libxslt1-dev
jkseppand518a1b
libqpdf-dev for pikepdf
jkseppancde68e1
Try again with pyqt6
jkseppan06bfcb4
increase timeout
jkseppanFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
Fix TransformNode.__copy__
without calling copy.copy
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commit990ffdfd89e97b1eda70b51d521d53651a2f180f
There are no files selected for viewing
5 changes: 3 additions & 2 deletionslib/matplotlib/transforms.py
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
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
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.