From fefc3a5717d404dc8ee72b99e4d47ffc3228d8c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolfo=20Garc=C3=ADa=20Pe=C3=B1as=20=28kix=29?= Date: Sat, 29 Aug 2020 19:33:28 +0200 Subject: [PATCH] Udpated README with python 3 --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 859b898..0a90851 100644 --- a/README.md +++ b/README.md @@ -105,15 +105,13 @@ Bugs, issues and contributions can be requested to both the mailing list or the ## Requirements & dependencies -* Python v2.7+ +* Python v3+ * six (required) * rfc6555 (required) * imaplib2 >= 2.57 (optional) * gssapi (optional), for Kerberos authentication * portalocker (optional), if you need to run offlineimap in Cygwin for Windows -* Python v3.4+ ***[STALLED] (experimental: [see known issues](https://github.com/OfflineIMAP/offlineimap/issues?q=is%3Aissue+is%3Aopen+label%3APy3))*** - ## Documentation All current and updated documentation is on the [community's website][website].