Closed cdiener closed 3 days ago
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 :man_shrugging:
We also need to switch the CI to test 3.9 & 3.13 instead.
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 :man_shrugging: