Skip to content

Commit 9310fc6

Browse files
committed
depreciate Python 2.7 and Python 3.5
1 parent 49ae78a commit 9310fc6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [2.0.4] - 2020-08-27
8+
### Deprecated
9+
- Python 2.7 will not be supported in future releases
10+
- Python 3.5 reaches [end-of-life](https://devguide.python.org/#status-of-python-branches) on 2020-09-13, and will not be supported in future releases
11+
### Added
12+
- ```python_requires``` in setup.py
13+
714
## [2.0.3] - 2020-06-26
815
### Changed
916
- version handling does not require any dependencies

0 commit comments

Comments
 (0)