Skip to content

Commit 014c112

Browse files
committed
DEP : update six minimum version
turns out we really need version 1.4 or better fixes #3538
1 parent 8496e06 commit 014c112

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

INSTALL

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ Required Dependencies
192192
using pip, easy_install or installing from source, the installer
193193
will attempt to download and install `pyparsing` from PyPI.
194194

195-
six 1.3 or later
195+
six 1.4 or later
196196
Python 2/3 compatibility library. This is also a dependency of
197197
:term:`dateutil`.
198198

setupext.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1179,7 +1179,7 @@ def get_extension(self):
11791179

11801180
class Six(SetupPackage):
11811181
name = "six"
1182-
min_version = "1.3"
1182+
min_version = "1.4"
11831183

11841184
def check(self):
11851185
try:

0 commit comments

Comments
 (0)