Hello. My python deploy started failing recently. Here's an example: https://travis-ci.org/github/planetlabs/datalake/jobs/758113984

Poking around the dpl source, I suspect that the issue is that the mainline get-pip.py script recently dropped support for python 2. A solution is articulated here on stack overflow:
https://stackoverflow.com/questions/65866417/pip-install-failing-on-python2/65866547#65866547
Does dpl/travis intend to continue supporting shipping python 2 packages to pypi?
Hello. My python deploy started failing recently. Here's an example: https://travis-ci.org/github/planetlabs/datalake/jobs/758113984
Poking around the dpl source, I suspect that the issue is that the mainline get-pip.py script recently dropped support for python 2. A solution is articulated here on stack overflow:
https://stackoverflow.com/questions/65866417/pip-install-failing-on-python2/65866547#65866547
Does dpl/travis intend to continue supporting shipping python 2 packages to pypi?