Releases: kdeldycke/mail-deduplicate
Releases Β· kdeldycke/mail-deduplicate
v7.6.1
Changes
- Fix conflicting
-h
/--hash-header
and-h
/--help
options. Closes {issue}762
.
v7.6.0
Changes
- Add official support for Python 3.13.
- Drop support for Python 3.9. Refs {issue}
787
. - Add dependency on
extra-platforms
. Closes {issue}784
. - Run tests on stable Python 3.13 release.
- Run tests on Python 3.14-dev, mark them as unstable.
- Move
macos-14
tests tomacos-15
. - Add tests on
ubuntu-24.04
. Remove tests onubuntu-20.04
. - Run workflows on
ubuntu-24.04
. - Rely on frozen
uv.lock
for reproducibility.
v7.5.0
Changes
- Switch from Poetry to
uv
. - Drop support for Python 3.8.
- Mark Python 3.13-dev tests as stable.
v7.4.0
Changes
- Slim down package by moving unit tests out of the main package.
- Split
dev
dependency groups into optionaltest
,typing
anddocs
groups. - Remove direct dependency on
mypy
. - Run tests on Python
3.13-dev
on all platforms butmacos
. - Run tests on
macos-14
. Drop tests onmacos-12
. - Build
arm64
binaries onmacos-14
.