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 67dd10d + a800328 commit 8052d01Copy full SHA for 8052d01
changelog/4770.bugfix.rst
@@ -0,0 +1 @@
1
+``more_itertools`` is now constrained to <6.0.0 when required for Python 2.7 compatibility.
setup.py
@@ -10,7 +10,8 @@
10
"six>=1.10.0",
11
"setuptools",
12
"attrs>=17.4.0",
13
- "more-itertools>=4.0.0",
+ 'more-itertools>=4.0.0,<6.0.0;python_version<="2.7"',
14
+ 'more-itertools>=4.0.0;python_version>"2.7"',
15
"atomicwrites>=1.0",
16
'funcsigs;python_version<"3.0"',
17
'pathlib2>=2.2.0;python_version<"3.6"',
0 commit comments