Deprecate Python 3.6, Django <2.2
Changelog
All notable changes to this project will be documented in this file.
[1.6] - 2020-01-27
Added
- type hints throughout
- pre-commit hook
- formatting (
isort
,black
) - linting (
pylint
,flake8
) - type hints (
mypy
)
- formatting (
- support for Python 3.8
- support for Django 3.0
Changed
- Replace
pipenv
withpoetry
Removed
- support for Python 3.6
- support for Django 1.11, 2.0, 2.1