Skip to content

Commit 81cecf9

Browse files
Add a whatsnew entry for python <3.6.2 incompatibility
Relates to #5250
1 parent 48a5556 commit 81cecf9

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
@@ -152,3 +152,12 @@ Other Changes
152152
have functioning shared semaphore implementation.
153153

154154
Closes #5216
155+
156+
* The last version compatible with python '3.6.0' and '3.6.1' is pylint '2.9.3'. We did not
157+
realize that when adding incompatible typing at the time, and all versions since are broken
158+
for this interpreter. 2.12.0 meta-information will permit to download pylint on those
159+
interpreters but the installation will fail and tell you to install '2.9.3' instead.
160+
pylint 2.12.1 will require python >= 3.6.2.
161+
162+
Closes #5171
163+
Follow-up in #5065

0 commit comments

Comments
 (0)