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 2.7 no longer available in GitHub Actions by default #478

Closed
dbieber opened this issue Jan 2, 2024 · 1 comment · Fixed by #479
Closed

Python 2.7 no longer available in GitHub Actions by default #478

dbieber opened this issue Jan 2, 2024 · 1 comment · Fixed by #479

Comments

@dbieber
Copy link
Member

dbieber commented Jan 2, 2024

Python 2.7 no longer available in GitHub Actions by default

This is causing our GitHub Actions to fail.

The error is:
Error: The version '2.7' with architecture 'x64' was not found for Ubuntu 20.04.

Options to resolve are: simply don't test with Python 2.7, or (preferred) find a different want to load 2.7 in GH Actions.
OK to take the former route first to get to a stable state faster, and to add 2.7 back in a follow up.

@dbieber
Copy link
Member Author

dbieber commented Jan 2, 2024

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

Successfully merging a pull request may close this issue.

1 participant