dry-python / dry-python/returns
Support `copy.replace` from 3.13
Open
enhancement
good first issue
- Dominant language
- Python
- Stars
- 4.4k
- Forks
- 155
- Avg merge
- 2h 27m
- Merged PRs (30d)
- 22
Description
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
Contributor guide
Assessment
This issue has not been assessed yet.