v0.12.0 (2025-05-21)
Chore
- chore(deps): remove obsolete
types-setuptools
(#106)
Before #105,
pkg_resources
was implicitly present with setuptools
, so it was
useful to have types-setuptools
to check typing. But now that the
usage is gone, the typing dependency should not be needed. It probably
should have never been a direct dependency anyway, but only a dev
dependency, as AFAIK it was only useful locally to verify typing, not
when installing the library for consumers.
Signed-off-by: Mathieu Kniewallner <mathieu.kniewallner@gmail.com> (5937fb4
)
Feature
- feat: Add Python 3.13 and 3.14 to the CI test matrix (#109)
Signed-off-by: Edgar Ramírez Mondragón <edgarrm358@gmail.com> (cf149b2
)