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

Upgrade tests for new GitHub runners #878

Merged
merged 1 commit into from
Dec 18, 2024
Merged

Upgrade tests for new GitHub runners #878

merged 1 commit into from
Dec 18, 2024

Conversation

lfarv
Copy link
Contributor

@lfarv lfarv commented Dec 16, 2024

GitHub just switches to ubuntu 24.04 which does not run python 3.7 and 3.8.

The new test sequences will now test for python 3.9 to 3.13 on 4 runners instead of 3:

macos-13(Intel), macos-latest(arm), windows-latest, ubuntu-latest

and additionally tests for python 3.7 and 3.8 where they are available, so on macos-13, ubuntu-22.04 and windows-latest

This increases the number of tests from 20 to 25 but covers all the possibilities and will be easier to maintain in the future.

but ad test for python 3.7 and 3.8 where they are available
@lfarv lfarv added the Python For python AT code label Dec 16, 2024
@lfarv lfarv merged commit 8620504 into master Dec 18, 2024
28 checks passed
@lfarv lfarv deleted the update-github-runners branch December 18, 2024 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Python For python AT code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants