From 5dc82132ede6372543cd0df25387ac253b1346c1 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Wed, 1 Apr 2015 14:31:29 -0700 Subject: [PATCH] Denote that 2.6 testing is still happening Since we run 2.6 CI tests (and the setup.cfg classifiers so we support 2.6); we might as well mention this in the docs. Change-Id: I9b59378f717f7df280c429a53d0a83c129327481 --- 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 3070b4a..00813b4 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -5,7 +5,7 @@ Installation Python Versions =============== -Tooz is tested under Python 2.7 and 3.4. +Tooz is tested under Python 2.6 and 2.7 and 3.4. .. _install-basic: