Update listed dependencies to add support for pytest 8 and drop support for pytest<4.6
0.9.0
------------------
Add support for exposing server certificate Explicitly store request data (fixes 77) Make the code compliant with pre-commit hooks Remove unused `six` from tox config Drop Python 3.5 support Add Python 3.13 support Update the AUTHORS file
0.8.1
------------------
Ignore AttributeError when shutting down server Add support for Python 3.12 (or at least, list it explicitly in the classifiers) Update the AUTHORS file
0.8.0
------------------
Improve deployment workflow to use trusted publishing and upload to Test PyPI first Remove a bunch of obsolete code Clean up the smtp module's driver code
0.7.1
------------------
Update SMTP server code to work with aiosmtpd >=1.4.3 Fix GitHub Actions configuration for Python 3.5 and 3.6 Add support for Python 3.11 (or at least, list it explicitly in the classifiers) Update the AUTHORS file Add a workflow to push packages to PyPI using GitHub Actions
0.7.0
------------------
Make smtp support an optional extra Update some obsolete syntax to drop support for Python 2 Add linting for code and workflow actions using pre-commit hooks Expand the range of pytest versions known to be compatible, with tests Add badges to README