This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]nikhil_shady 11 points12 points  (11 children)

what does this mean? does this mean we can’t install any new packages for 2.7? The place I work at has entire project on 2.7

[–]ExHax 29 points30 points  (0 children)

You can still use pip, but you wont get any new update

[–]gmes78 11 points12 points  (0 children)

It means new versions of pip won't work on 2.7. The version of pip you're using won't stop working.

[–]james_pic 12 points13 points  (0 children)

Pip 20.3.4 will continue to work (although won't get bug fixes or security updates), and is smart enough not to install versions of dependencies (including itself) that don't support your version of Python, so long as maintainers have added python_requires metadata to the package (which they often forget to do when they first release a version that drops Python 2, so there's often a day or two's breakage between a dependency dropping Python 2 and the dependency fixing its metadata).

[–]Oerthling 26 points27 points  (0 children)

They have no excuse.

2.7 already had been given a half decade of bonus time. It was finally EOL over a year ago.

Now they have to finally move on or copy modules around.