django-swap-user
django-swap-user copied to clipboard
Test against current Django & python
Description of changes
Test against current Django. To be done properly, this required some work as you can see in commit msgs. To reduce the amount of it I also took liberty of dropping Python3.7. I expect that any step in direction of supporting current LTS of Django will be appreciated more than supporting Python version that reached EoL some time ago.
I'm creating this PR in hopes, that at some point this project can be used in with current django, sadly I cannot contribute that support myself at the moment. Feel free to take this work and continue with it or whatever will be necessary to have django-swap-user for Django 4.2 happen :)
Checklist before requesting a review
- [x] I've checked code style
- [ ] Tests are passing
- [x] I've tested my code locally
- [x] I've added unit or integration tests