Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Python Version: add support for PyPy and -dev syntax #9866

Merged
merged 13 commits into from
Mar 19, 2019

Conversation

brcrista
Copy link
Contributor

@brcrista brcrista commented Mar 18, 2019

Add support for these version specs:

  • pypy2
  • pypy3
  • 3.8-dev, etc.

Also update task-lib to 2.8.

Corresponding changes to Hosted Ubuntu: https://github.com/Microsoft/azure-pipelines-image-generation/pull/792

Testing
Built the Hosted Ubuntu image and ran

For the canary, all Python versions (including existing ones) were failing to Pip install. I fixed this by running sudo chown $USER -R /opt/hostedtoolcache/. We are making the same fix in the provisioner right now, so this should be ok.

@brcrista brcrista requested a review from madhurig as a code owner March 18, 2019 17:59
@brcrista
Copy link
Contributor Author

Fixes #8514

Copy link
Contributor

@madhurig madhurig left a comment

Choose a reason for hiding this comment

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

LGTM.

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.

2 participants