Bug fixes
- Fixes compatibility with Python 3.13 by replacing use of the
cgi
module withemail.message
for parsing headers.
Other changes
- Adopt ruff for formatting and linting.
- Update GitHub Actions.
What's Changed
- DM-50831: Add compatibility with Python 3.13 by @jonathansick in #35
- DM-50831: Fix publishing to PyPI by @jonathansick in #37
- DM-50831: Update build-and-publish-to-pypi to v3 by @jonathansick in #38
Full Changelog: 0.3.0...0.3.1