Skip to content
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

Fix the GPR copy in Python 3.13 #1412

Merged
merged 3 commits into from
Nov 25, 2024
Merged

Fix the GPR copy in Python 3.13 #1412

merged 3 commits into from
Nov 25, 2024

Conversation

cdiener
Copy link
Member

@cdiener cdiener commented Nov 20, 2024

Implements a clean copy overwrite instead of relying on deepcopy magic using the state. Not sure why this is popping up now and not before as there seem to have been no changes to copying in Python 3.13 🤷‍♂️

@cdiener
Copy link
Member Author

cdiener commented Nov 20, 2024

We also need to switch the CI to test 3.9 & 3.13 instead.

@cdiener cdiener merged commit a2b9d00 into devel Nov 25, 2024
7 checks passed
@cdiener cdiener deleted the fix/gpr_copy branch November 25, 2024 11:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] model.copy() fails with python 3.13.0
2 participants