From 50c8f6e4fcb3cb78248928f50333b39db6f014a7 Mon Sep 17 00:00:00 2001 From: Povilas Kanapickas Date: Tue, 10 Dec 2024 20:36:38 +0200 Subject: [PATCH] Synchronize supported versions in README with what is tested in CI --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e42fbf..61c80de 100644 --- a/README.md +++ b/README.md @@ -99,4 +99,4 @@ wormhole --relay-url=ws://localhost:4000/v1 send FILENAME This library is released under the MIT license, see LICENSE for details. -This library is compatible with python2.7, and python3 (3.5 and higher). +This library is compatible with python3 (3.7 and higher).