Udpated README with python 3

This commit is contained in:
Rodolfo García Peñas (kix) 2020-08-29 19:33:28 +02:00
parent 18d2e972ac
commit fefc3a5717

View File

@ -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].