1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-10 06:48:19 +02:00

Upgrade to last Django & Python supported versions

This commit is contained in:
Pascal F 2023-11-24 07:17:36 +01:00
parent 462fdd3e49
commit 1c7ddca6ca
No known key found for this signature in database
GPG key ID: 3C576B538F890866
10 changed files with 63 additions and 66 deletions

View file

@ -1,6 +1,15 @@
Changelog
=========
Unreleased
-----
* Add Django 3.2, 4.0, 4.1, 4.2, 5.0 support
* Remove support for deprecated Django versions
* Add Python 3.8, 3.9, 3.10, 3.11, 3.12 support
* Remove support for deprecated Python versions
4.8.1
-----