From 4d3e0e25da2556119f171e087efc9fd16a3af247 Mon Sep 17 00:00:00 2001 From: Danny Hermes Date: Wed, 4 Oct 2017 20:47:32 -0700 Subject: [PATCH] Update list of supported versions. Based on versions in Travis CI: https://github.com/pytoolz/toolz/blob/21bf00cd9c79a4f17efeb3ce1f6e3e3398121cf5/.travis.yml#L4-L10 --- doc/source/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/install.rst b/doc/source/install.rst index ee586588..07051b17 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -11,4 +11,4 @@ three ways: 1. Toolz is pure Python 2. Toolz relies only on the standard library -3. Toolz simultaneously supports Python versions 2.6, 2.7, 3.2, 3.3 +3. Toolz simultaneously supports Python versions 2.6, 2.7, 3.3, 3.4, 3.5, 3.6, PyPy