v0.7.0 (2024-09-28)
Enhancements
- Drop support for Python 3.8 and Django 3.2.
- Add support for Python 3.9 to 3.12, Django 4.2 to 5.1
- Bump dependencies to latest available versions.
- Remove pytest-pythonpath as it is no longer needed.
- Add tox.ini file to run tests against all supported versions of Python and Django.
- Update CI configuration to use tox.
Fixes
- Take a database lock before updating / deleting job store entries to prevent duplicate key violation errors (thanks
@calledbert).