Bug 1425102 Comment 4 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

FWIW many pip commands (with python 2.7) now spit out this warning:
> DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7.

So if possible, it seems like we should consider migrating to python3 by then (or before too long after that).
FWIW many pip commands (with python 2.7) now spit out this warning:
> DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7.

So if possible, it seems like we should consider migrating to python3 by then (or before too long after that).  Note that the deprecation date is ~11 months away.

Back to Bug 1425102 Comment 4