Skip to content

Conversation

@kumaraditya303
Copy link
Contributor

With PEP 600 this PR restricts installation to Ubuntu 18.04 or higher.

wheel = "macosx_10_13_x86_64.whl"
if platform == "linux":
wheel = "manylinux1_x86_64.whl"
wheel = "manylinux_2_27_x86_64.whl"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note for other reviewers. This means that at least glibc version 2.27 is required which is used in Ubuntu 18.04 (verified).

@mxschmitt mxschmitt added the v1.11 label May 7, 2021
@mxschmitt mxschmitt merged commit 53cf799 into microsoft:master May 7, 2021
mxschmitt added a commit that referenced this pull request May 12, 2021
This reverts commit 53cf799.

On apt based PIP installations only PIP 20.0.2 is shippd, so we can't
assume that they have a PIP which is >= 20.3 currently. Maybe in 1-2 years.
mxschmitt added a commit that referenced this pull request May 12, 2021
This reverts commit 53cf799.

On apt based PIP installations only PIP 20.0.2 is shippd, so we can't
assume that they have a PIP which is >= 20.3 currently. Maybe in 1-2 years.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants