Closed as not planned
Description
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 ofattrs
. - Use builtin
dict
instead ofcollections.OrderedDict
.
See also What’s New In Python 3.7.
Metadata
Metadata
Assignees
Labels
No labels