1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-09 22:38:19 +02:00

Support for Django 5.0 and python 3.12 + Fix CI (#277)

* Upgrade to last Django & Python supported versions

* flake8 fixes

* Add CI

* Add final version of Django 5.0
This commit is contained in:
Pascal F 2023-12-10 04:01:53 +01:00 committed by GitHub
parent 462fdd3e49
commit 7fde5f7165
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 119 additions and 89 deletions

View file

@ -9,4 +9,3 @@ class EmailTransport:
message = email.message_from_bytes(contents)
return message

View file

@ -1,4 +1,4 @@
import sys
from .base import EmailTransport

View file

@ -63,4 +63,3 @@ class Office365Transport(EmailTransport):
o365message.delete()
return