Skip to content

Deprecate Python 3.6, Django <2.2

Compare
Choose a tag to compare
@hugorodgerbrown hugorodgerbrown released this 27 Jan 14:00
· 29 commits to master since this release

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)
  • support for Python 3.8
  • support for Django 3.0

Changed

  • Replace pipenv with poetry

Removed

  • support for Python 3.6
  • support for Django 1.11, 2.0, 2.1