Azure / azure-uamqp-python

AMQP 1.0 client library for Python
MIT License
57 stars 48 forks source link

Fix broken get-pip call in Install Dependencies step #204

Closed bsiegel closed 3 years ago

bsiegel commented 3 years ago

Python 2.7 and 3.5 are deprecated, and Pip 21 no longer works with them. PyPA conveniently hosts the last working copy of the tool for each deprecated version of Python at a conventional URL, so this PR makes the URL passed curl to install Pip a variable.