Skip to content

Commit 80ad9f2

Browse files
authored
Merge pull request mjs#251 from NicolasLM/python-3.6
Officially support Python 3.6
2 parents 74e42df + a6cb2e5 commit 80ad9f2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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 1.0.2
8-
Supported Python versions 2.6, 2.7, 3.3, 3.4 and 3.5
8+
Supported Python versions 2.6, 2.7, 3.3, 3.4, 3.5 and 3.6
99
License New BSD
1010
Project home http://imapclient.freshfoo.com/
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
@@ -29,7 +29,7 @@ explains IMAP in detail. Other RFCs also apply to various extensions
2929
to the base protocol. These are referred to in the documentation below
3030
where relevant.
3131

32-
Python versions 2.6, 2.7, 3.3, 3.4 and 3.5 are officially supported.
32+
Python versions 2.6, 2.7, 3.3, 3.4, 3.5 and 3.6 are officially supported.
3333

3434
A Simple Example
3535
----------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
* Convenience methods are provided for commonly used functionality.
4343
* Exceptions are raised when errors occur.
4444
45-
Python versions 2.6, 2.7, 3.3, 3.4 and 3.5 are officially supported.
45+
Python versions 2.6, 2.7, 3.3, 3.4, 3.5 and 3.6 are officially supported.
4646
4747
IMAPClient includes comprehensive units tests and automated
4848
functional tests that can be run against a live IMAP server.

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist=py26,py27,py33,py34,py35
2+
envlist=py26,py27,py33,py34,py35,py36
33

44
# The tests are currently run directly out of the source tree.
55
# See the notes in build-sdist for more details.

0 commit comments

Comments
 (0)