summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaddy Xu <xupaddy@gmail.com>2021-01-05 16:06:26 +0100
committerGitHub <noreply@github.com>2021-01-05 10:06:26 -0500
commit03610f01030e25bd5e901fe625c0ede4c55dccc7 (patch)
tree63056b76b09cc5cd4d1fbacadfdd28e398915b70
parentbfa1d99843f4ac5cdc5a3e1122cf63149def06c1 (diff)
downloadpyjwt-03610f01030e25bd5e901fe625c0ede4c55dccc7.tar.gz
Fix #585: tell users to use v1.7.1 for py3.5 (#592)
-rw-r--r--CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cfbd02a..85e4ac5 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