dry-python / dry-python/returns
Support `copy.replace` from 3.13
Ouverte
enhancement
good first issue
- Langage dominant
- Python
- Étoiles
- 4.4k
- Forks
- 155
- Merge moyen
- 2 h 27 min
- PR mergées (30 j)
- 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
Guide de contribution
Ouvrir le guide de contribution
Piste de recherche
Start by locating the Container base class and the repository's CI configuration, then read Python 3.13's copy.replace and object.__replace__ documentation linked in the issue. Done means CI includes Python 3.13 and Container supports __replace__ so copy.replace works with it.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- python
- Domaine
- developer-experience
- Type d'issue
- Fonctionnalité
- Difficulté
- 3/5
- Temps estimé
- 1-2 jours
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 42/100