- Added pre-commit. - Raised the minimum requirements to Python >= 3.8, Django >= 3.2.
4.0
~~~~~~~~~~~~~~~~~~~
- Dropped support for old versions of Django.
3.1
~~~~~~~~~~~~~~~~~~~
- Made the ``request`` argument to ``DjangoSSOAuthBackend.authenticate`` mandatory and actually pass the request from inside the authentication view. - Added Django 3.1 to the CI matrix.