You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
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
The text was updated successfully, but these errors were encountered: