summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2019-08-04 14:05:42 +0200
committerSybren A. Stüvel <sybren@stuvel.eu>2019-08-04 14:15:39 +0200
commit1e22d2eb03c7a29a0befe1febf951af9e46ce470 (patch)
treebb930d3711b877a6ce84670287358bcae8ac0d48 /README.md
parent7424c69bde598a145b7d3807e6c367ac4b922bff (diff)
downloadrsa-git-1e22d2eb03c7a29a0befe1febf951af9e46ce470.tar.gz
Drop support for Python 2 and 3.4
Some of our development dependencies, like Sphinx, have already dropped support for Python 2. This makes it harder for this project to update its dependencies. Since Python 2 only has a few more months to live, I think it's fine to drop support now. Python 3.4 has already reached its end-of-life date. Python-RSA now only supports Python 3.5 and newer. Python 3.5 support is intended to last until its end-of-life date of 2019-09-13: https://devguide.python.org/#status-of-python-branches
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index c5e0f2d..8c43464 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,11 @@ or download it from the [Python Package Index](https://pypi.org/project/rsa/).
The source code is maintained at [GitHub](https://github.com/sybrenstuvel/python-rsa/) and is
licensed under the [Apache License, version 2.0](https://www.apache.org/licenses/LICENSE-2.0)
+Major changes in 4.1
+--------------------
+
+Version 4.0 was the last version to support Python 2 and 3.4. Version 4.1 is compatible with Python 3.5+ only.
+
Major changes in 4.0
--------------------