Closed charn closed 9 months ago
Need to drop Python 3.7 from the test workflow: https://github.com/City-of-Helsinki/django-helusers/blob/master/.github/workflows/test.yml#L17
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 56.21%. Comparing base (
e6d06a5
) to head (e300ae2
). Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR adds a new session serializer class, which is capable of serializing an expected datetime field in the session data.
SOCIAL_AUTH_PIPELINE
provided by this package needs to be able to handle adatetime
field in the session data. Django 5.0 removesPickleSerializer
which was deprecated earlier.This PR also drops support for old (unsupported) Python and Django versions and adds Python 3.12 and Django 5.0 to
tox
tests.