summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <bitbucket.org@the-compiler.org>2017-06-20 18:29:17 +0000
committerFlorian Bruhin <bitbucket.org@the-compiler.org>2017-06-20 18:29:17 +0000
commit395561cd1dc42245744f0af0e3344130efd1c13f (patch)
treee9b200f4441c2be0711068cc11a5f36a83f88966
parent86bbfc09e7b89dcc3ed9c90b1c9de56ee3e877f8 (diff)
downloadruamel.yaml-395561cd1dc42245744f0af0e3344130efd1c13f.tar.gz
Update Python versions in pyyaml.rst
-rw-r--r--_doc/pyyaml.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/_doc/pyyaml.rst b/_doc/pyyaml.rst
index 822efd8..a894f92 100644
--- a/_doc/pyyaml.rst
+++ b/_doc/pyyaml.rst
@@ -45,7 +45,7 @@ PY2/PY3 reintegration
---------------------
``ruamel.yaml`` re-integrates the Python 2 and 3 sources, running on
-Python 2.7 (CPython, PyPy), 3.3, 3.4, 3.5 (support for 2.6 has been
+Python 2.7 (CPython, PyPy), 3.3, 3.4, 3.5 and 3.6 (support for 2.6 has been
dropped mid 2016). It is more easy to extend and maintain as only a
miniscule part of the code is Python version specific.