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

Support copy.replace from 3.13 #1920

Open
sobolevn opened this issue Aug 29, 2024 · 0 comments · May be fixed by #1921
Open

Support copy.replace from 3.13 #1920

sobolevn opened this issue Aug 29, 2024 · 0 comments · May be fixed by #1921
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@sobolevn
Copy link
Member

There are two things that we need to do:

  1. Add 3.13 to CI
  2. Add __replace__ magic method https://docs.python.org/3.13/library/copy.html#object.__replace__ to Container base class, so we can support https://docs.python.org/3.13/library/copy.html#copy.replace
@sobolevn sobolevn added enhancement New feature or request good first issue Good for newcomers labels Aug 29, 2024
@Mr-Sunglasses Mr-Sunglasses linked a pull request Aug 29, 2024 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Development

Successfully merging a pull request may close this issue.

1 participant