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

Python 3.6 is not available in github actions ubuntu-latest #560

Closed
masa-08 opened this issue Feb 11, 2023 · 1 comment
Closed

Python 3.6 is not available in github actions ubuntu-latest #560

masa-08 opened this issue Feb 11, 2023 · 1 comment

Comments

@masa-08
Copy link
Contributor

masa-08 commented Feb 11, 2023

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
@SijmenHuizenga
Copy link
Collaborator

Thank you for raising this issue. Has been resolved in #575. Now we can have green builds again 🥳

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants