summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schultz <daspecster@gmail.com>2016-09-21 11:58:06 -0400
committerThomas Schultz <daspecster@gmail.com>2016-09-21 11:58:06 -0400
commit61f2e4e27df4710eae645a814f8c64f56fa6c280 (patch)
tree8444126a4e2a4a741ef89fde71c0d08939a2d170
parente4244feabf24696ac00e74f1fb634f6e0d23277d (diff)
downloadpep8-61f2e4e27df4710eae645a814f8c64f56fa6c280.tar.gz
Update tested python version notes.
-rw-r--r--CHANGES.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 953ece9..bedca15 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -11,7 +11,7 @@ Announcements:
Changes:
* Report E302 for blank lines before an "async def"; #556
-* Update our list of tested and supported Python versions which are 2.6 through 3.5 as well as the nightly Python build and PyPy.
+* Update our list of tested and supported Python versions which are 2.6, 2.7, 3.2, 3.3, 3.4 and 3.5 as well as the nightly Python build and PyPy.
* Report E742 and E743 for functions and classes badly named 'l', 'O', or 'I'.
* Report E741 on 'global' and 'nonlocal' statements, as well as prohibited single-letter variables.