From 240840f580f27e61c7e7951769784073f21884d8 Mon Sep 17 00:00:00 2001 From: Joe Testa Date: Sat, 20 Jun 2026 10:32:43 -0400 Subject: [PATCH] Added note in README that support was added for Python 3.14. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f9e6d12..85fe118 100644 --- a/README.md +++ b/README.md @@ -254,6 +254,7 @@ For convenience, a web front-end on top of the command-line tool is available at ### v3.4.0-dev - BIG THANKS to [realmiwi](https://github.com/realmiwi) for being the project's *very first sponsor!!* + - Added support for Python 3.14. - Dropped support for Python 3.8, as it reached end-of-life in October 2024. - Dropped support for Python 3.9, as it reached end-of-life in October 2025. - Added warning to all key exchanges that do not include protections against quantum attacks due to the Harvest Now, Decrypt Later strategy (see https://en.wikipedia.org/wiki/Harvest_now,_decrypt_later).