Skip to content

Commit 3c6f5cf

Browse files
Add a whatsnew entry for python <3.6.2 incompatibility (#5297)
Relates to #5250, #5171
1 parent 9e2f9b3 commit 3c6f5cf

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/whatsnew/2.12.rst

+9
Original file line numberDiff line numberDiff line change
@@ -174,3 +174,12 @@ Other Changes
174174
Closes #4580
175175

176176
* Make yn validator case insensitive, to allow for ``True`` and ``False`` in config files.
177+
178+
* The last version compatible with python '3.6.0' and '3.6.1' is pylint '2.9.3'. We did not
179+
realize that when adding incompatible typing at the time, and all versions since are broken
180+
for this interpreter. 2.12.0 meta-information will permit to download pylint on those
181+
interpreters but the installation will fail and tell you to install '2.9.3' instead.
182+
pylint 2.12.1 will require python >= 3.6.2.
183+
184+
Closes #5171
185+
Follow-up in #5065

0 commit comments

Comments
 (0)