From f175feba91d29c2e7235333a54de7af58baba706 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Sun, 10 Jan 2021 15:05:38 -0800 Subject: [PATCH] README: update python-version compatibility note We still run CI against py2.7 and py3.5, but Cryptography has deprecated both, so it might stop working if/when they make a non-compatible change. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e250400..5920264 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,10 @@ and the Magic-Wormhole is released under the MIT license, see the `LICENSE` file for details. -This library is compatible with Python 3.5 and higher (tested against 3.5, -3.6, 3.7, and 3.8). It also still works with Python 2.7. +This library is compatible with Python 3.6 and higher (tested against 3.6, +3.7, 3.8, and 3.9). It also still works with Python 2.7 and 3.5, although +these are no longer supported by upstream libraries like Cryptography, so it +may stop working at any time. ## Packaging, Installation