File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
6
6
========================= ========================================
7
7
Current version 2.0.0
8
- Supported Python versions 2.7, 3.4, 3.5 and 3.6
8
+ Supported Python versions 2.7, 3.4 - 3.7
9
9
License New BSD
10
10
Project home https://github.com/mjs/imapclient/
11
11
PyPI https://pypi.python.org/pypi/IMAPClient
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ explains IMAP in detail. Other RFCs also apply to various extensions
30
30
to the base protocol. These are referred to in the documentation below
31
31
where relevant.
32
32
33
- Python versions 2.7, 3.4, 3.5 and 3.6 are officially supported.
33
+ Python versions 2.7 and 3.4 through 3.7 are officially supported.
34
34
35
35
Getting Started
36
36
---------------
Original file line number Diff line number Diff line change 33
33
* Convenience methods are provided for commonly used functionality.
34
34
* Exceptions are raised when errors occur.
35
35
36
- Python versions 2.7, 3.4, 3.5 and 3.6 are officially supported.
36
+ Python versions 2.7 and 3.4 through 3.7 are officially supported.
37
37
38
38
IMAPClient includes comprehensive units tests and automated
39
39
functional tests that can be run against a live IMAP server.
You can’t perform that action at this time.
0 commit comments