From: cclauss Date: Sun, 12 Nov 2017 19:45:09 +0000 (+0100) Subject: Python 2.6, 2.7, 3.2-3.6 X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=04a03ab53e482c38df1dd1cadfd53511ad804756;p=chevron.git Python 2.6, 2.7, 3.2-3.6 Why not drop support for Python versions that are already EOL such as 2.6, 3.2, and 3.3? * https://docs.python.org/devguide/index.html#branchstatus --- diff --git a/README.md b/README.md index 2718a04..a62545e 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ If you find a test that chevron does not pass, please [report it.](https://githu ### chevron is Python 2 and 3 compatible ### -Python 2.6, 2.7, 3.2, 3.3, and 3.4 are all tested by travis. +Python 2.6, 2.7, 3.2, 3.3, 3.4, 3.5, and 3.6 are all tested by travis.