1.3.0
Features
- Drops
python3.8
support - Adds
python3.11
andpython3.12
support - Adds
django5.0
support - Uses
OSError
instead ofIOError
alias - Converts
include(*args, **kwargs)
toinclude(*args, scope=...)
,
because other kwargs were not supported anyway