summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2020-06-10 10:10:14 +0200
committerSybren A. Stüvel <sybren@stuvel.eu>2020-06-10 10:28:16 +0200
commit65ab5b59f548d615d49c96f504a5279b303747c5 (patch)
tree61d2e17a65a45aa98e8f2f0a1f8d47098a9b8a98 /CHANGELOG.md
parent9ecf3401108610fdce618046f055311509be03ca (diff)
downloadrsa-git-65ab5b59f548d615d49c96f504a5279b303747c5.tar.gz
Add support for Python 3.8
Supporting Python 3.8 not only required configuring Tox and Travis to run the tests on that version, but also required updating the dependencies. Without that update, `pluggy` wouldn't work properly.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7bde63b..38f02e4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,7 @@
## Version 4.1 - in development
+- Added support for Python 3.8.
- Dropped support for Python 2 and 3.4.
- Added type annotations to the source code. This will make Python-RSA easier to use in
your IDE, and allows better type checking.