-------------------
- Support:
- Python 3.6, 3.7, 3.8, 3.9
- Django 2.2, 3.1, 3.2, 4.0
- Drop support for:
- Python 3.4, 3.5
- Django 1.8, 1.11, 2.0, 2.1
- Update: ugettext_lazy() → gettext_lazy() (`118`_, `117`_)
- Upgrade development/maintenance experience
- Run tests via Github Actions (instead of TravisCI)
- Upgrade development & documentation dependencies
- Use flit to build/release sdist instead of setup.py
.. _117: https://github.com/jambonrose/django-improved-user/pull/117
.. _118: https://github.com/jambonrose/django-improved-user/issues/118