# Reasons 1. `django-ftl` doesn't support Python 3.6. 2. Since 2021-12-23 Python 3.6 is EOL (see [PEP 494](https://peps.python.org/pep-0494/)). 3. Type annotation improvements in Python 3.7 (see [PEP 563](https://peps.python.org/pep-0563/)). # Possibly changes * Use `dataclasses` instead of `attrs`. * Use builtin `dict` instead of `collections.OrderedDict`. See also [What’s New In Python 3.7](https://docs.python.org/3/whatsnew/3.7.html).