Drop support for legacy Python 2

This commit is contained in:
Hugo 2018-08-14 16:26:15 +03:00 committed by hugovk
parent 5fded8398b
commit 07fac0628c
10 changed files with 90 additions and 80 deletions

View file

@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- This changelog file ([#273])
### Removed
* Support for Python 2.7 ([#265])
## [2.4.0] - 2018-08-08
### Deprecated