Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 402e895 + 014c112 commit 33a8a76Copy full SHA for 33a8a76
INSTALL
@@ -192,7 +192,7 @@ Required Dependencies
192
using pip, easy_install or installing from source, the installer
193
will attempt to download and install `pyparsing` from PyPI.
194
195
-six 1.3 or later
+six 1.4 or later
196
Python 2/3 compatibility library. This is also a dependency of
197
:term:`dateutil`.
198
setupext.py
@@ -1179,7 +1179,7 @@ def get_extension(self):
1179
1180
class Six(SetupPackage):
1181
name = "six"
1182
- min_version = "1.3"
+ min_version = "1.4"
1183
1184
def check(self):
1185
try:
0 commit comments