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
I ran into this problem while trying to create a PR that would resolve another issue.
As mentioned in actions/setup-python#561, ubuntu-latest is now ubuntu 22.04 and no longer supports python 3.6, so no PR will pass the test without changing the workflow.
Here is the error message for reference.
Run actions/setup-python@v2
Version 3.6 was not found in the local cache
Error: Version 3.6 with arch x64 not found
The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
The text was updated successfully, but these errors were encountered:
I ran into this problem while trying to create a PR that would resolve another issue.
As mentioned in actions/setup-python#561, ubuntu-latest is now ubuntu 22.04 and no longer supports python 3.6, so no PR will pass the test without changing the workflow.
Here is the error message for reference.
The text was updated successfully, but these errors were encountered: