bebleo / smtpdfix

A SMTP server for use as a pytest fixture that implements encryption and authentication.
MIT License
16 stars 5 forks source link

Update CI actions #324

Closed bebleo closed 1 year ago

bebleo commented 1 year ago

Fixes a series of minor errors with the CI GitHub Actions:

  1. Tests against the production version of python 3.11 where previously the dev branch was specified
  2. Adds python 3.11 to daily tests
  3. Fixes an issue where the versions specified in minimum/requirements.txt were not being respected.
  4. Uses human readable versions of tags for GitHub/actions

Closes #321