Reasons
django-ftl doesn't support Python 3.6.
- Since 2021-12-23 Python 3.6 is EOL (see PEP 494).
- Type annotation improvements in Python 3.7 (see PEP 563).
Possibly changes
- Use
dataclasses instead of attrs.
- Use builtin
dict instead of collections.OrderedDict.
See also What’s New In Python 3.7.