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

Adding support for more PyPy versions and installing them on-flight #14110

Closed
maxim-lobanov opened this issue Dec 21, 2020 · 1 comment
Closed
Labels
Area: ABTT Akvelon Build Tasks Team area of work stale Task: UsePythonVersion

Comments

@maxim-lobanov
Copy link

Note

Recently, GitHub Actions task actions/setup-python was updated to allow installation of PyPy on-flight. We have changed syntax and now customers can specify exact PyPy and Python version via syntax like

pypy-3.6-v7.3.3
pypy-3.6-v7.3.x
pypy-3.6-v7.x
pypy-3.6 (pypy-3.7, pypy-2.7) (points to latest version of PyPy)
pypy-3.6-v7.3.3rc1
pypy-3.6-nightly

We propose integration these changes to UsePython task too.
You can find detailed information in actions/setup-python#168

Required Information

Question, Bug, or Feature?: Feature

Task Name: UsePython

@github-actions
Copy link

This issue is stale because it has been open for 180 days with no activity. Remove the stale label or comment on the issue otherwise this will be closed in 5 days

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: ABTT Akvelon Build Tasks Team area of work stale Task: UsePythonVersion
Projects
None yet
Development

No branches or pull requests

2 participants