From 014c11277c545a6069e40b814724b5ade46f7b54 Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Thu, 18 Sep 2014 16:51:45 -0400 Subject: [PATCH] DEP : update six minimum version turns out we really need version 1.4 or better fixes #3538 --- INSTALL | 2 +- setupext.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index f96f230a79cc..d44ec5048b15 100644 --- a/INSTALL +++ b/INSTALL @@ -192,7 +192,7 @@ Required Dependencies using pip, easy_install or installing from source, the installer will attempt to download and install `pyparsing` from PyPI. -six 1.3 or later +six 1.4 or later Python 2/3 compatibility library. This is also a dependency of :term:`dateutil`. diff --git a/setupext.py b/setupext.py index 92fabd255e5b..43ba888d9b0c 100755 --- a/setupext.py +++ b/setupext.py @@ -1179,7 +1179,7 @@ def get_extension(self): class Six(SetupPackage): name = "six" - min_version = "1.3" + min_version = "1.4" def check(self): try: