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

Fix the issues that cause the build to fail #562

Closed
wants to merge 2 commits into from

Conversation

masa-08
Copy link
Contributor

@masa-08 masa-08 commented Feb 11, 2023

fix #560

This problem is the cause of build failures all the time.

This is a problem due to the ubuntu version changing from 20.04 to 22.04 when ubuntu-latest is specified in the github actions. The details are in #560 , but since the ubuntu version is now 22.04, python 3.6 is no longer available and builds will fail. python 3.6 has already reached EOL, so I would suggest including 3.10 in the target instead.
(Another solution would be to use ubuntu-20.04 instead of ubuntu-latest.)

I would appreciate your review and comments.

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.

Python 3.6 is not available in github actions ubuntu-latest
1 participant