* Added pure py wheel for Python 3.13 * Now `set`, `setdefault` and `delete` does always a shallow copy, as the C extension, `tuple` and the rest of the world.
What's Changed * Improved speed of `set`, `setdefault` and `delete` for pure py impl, if `frozendict` is hashable * Coverage by Marco-Sulla in https://github.com/Marco-Sulla/python-frozendict/pull/101 * bumped cibuildwheel by Marco-Sulla in https://github.com/Marco-Sulla/python-frozendict/pull/104
What's Changed * In deepfreeze, prefer registered conversions by eischaefer in https://github.com/Marco-Sulla/python-frozendict/pull/95 * Some little fixing to typing * Documentation typo by lurch in https://github.com/Marco-Sulla/python-frozendict/pull/94
New Contributors * eischaefer made their first contribution in https://github.com/Marco-Sulla/python-frozendict/pull/95