aaugustin / django-sesame

"Magic Links" - URLs with authentication tokens for one-click login
https://django-sesame.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
980 stars 57 forks source link

Add Django 5.0 support #103

Closed pfouque closed 11 months ago

pfouque commented 11 months ago

Add official support for Django 5.0 and enable it in the CI

aaugustin commented 11 months ago

The tox matrix was sparse on purpose. Changes of breaking on one specific combo of Python x Django are negligible. No need to burn a bunch of CPU cycles to run over and over tests that have a vanishingly small chance to break :-)

aaugustin commented 11 months ago

Thanks for letting me know. I monitor Django less closely these days and hadn't noticed that 5.0 was out today! I'll double check and merge (and maybe make a release just to get the classifier updated on PyPI).

aaugustin commented 10 months ago

I pushed a release to update PyPI.