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

Run Python 3.7 tests only on Ubuntu 22.04 #110

Merged
merged 1 commit into from
Feb 3, 2025

Conversation

diazona
Copy link
Contributor

@diazona diazona commented Feb 2, 2025

GitHub Actions is delivering errors when running tests for Python 3.7 on the latest Ubuntu runners (24.04), because Python 3.7 is not available for that runner version anymore. So I'm removing 3.7 from the list of versions tested on the latest Ubuntu and adding a test for it on Ubuntu 22.04. I gave Pypy 3.7 the same treatment. This should fix the recent CI failures.

GitHub Actions is delivering errors when running tests for Python 3.7 on
the latest Ubuntu runners (24.04), because Python 3.7 is not available
for that runner version anymore. So I'm removing 3.7 from the list of
versions tested on the latest Ubuntu and adding a test for it on Ubuntu
22.04. I gave Pypy 3.7 the same treatment. This should fix the recent CI
failures.
@diazona diazona force-pushed the python37-ubuntu-version/1/dev branch from fa5fe83 to 908e27c Compare February 2, 2025 06:56
@diazona diazona merged commit a9a92ac into master Feb 3, 2025
45 checks passed
@diazona diazona deleted the python37-ubuntu-version/1/dev branch February 3, 2025 09:10
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.

1 participant