Skip to content

Commit b21d433

Browse files
committed
Mention Python 3.7 in the docs
1 parent df15f50 commit b21d433

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ library.
55

66
========================= ========================================
77
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
99
License New BSD
1010
Project home https://github.com/mjs/imapclient/
1111
PyPI https://pypi.python.org/pypi/IMAPClient

doc/src/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ explains IMAP in detail. Other RFCs also apply to various extensions
3030
to the base protocol. These are referred to in the documentation below
3131
where relevant.
3232

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.
3434

3535
Getting Started
3636
---------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* Convenience methods are provided for commonly used functionality.
3434
* Exceptions are raised when errors occur.
3535
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.
3737
3838
IMAPClient includes comprehensive units tests and automated
3939
functional tests that can be run against a live IMAP server.

0 commit comments

Comments
 (0)