From 03610f01030e25bd5e901fe625c0ede4c55dccc7 Mon Sep 17 00:00:00 2001 From: Paddy Xu Date: Tue, 5 Jan 2021 16:06:26 +0100 Subject: [PATCH] Fix #585: tell users to use v1.7.1 for py3.5 (#592) --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfbd02a1..85e4ac59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,9 @@ This project adheres to [Semantic Versioning](https://semver.org/). ------------------------------------------------------------------------- ### Changed -#### Drop support for Python 2 +#### Drop support for Python 2 and Python 3.0-3.5 + +Python 3.5 is EOL so we decide to drop its support. Version `1.7.1` is the last one supporting Python 3.0-3.5. #### Require cryptography >= 3