-
-
Notifications
You must be signed in to change notification settings - Fork 117
Move CI to "ubuntu-latest" (round 2) #570
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
Conversation
GitHub is decommissioning Ubuntu 20.04. I wouldn't expect our tests to have a lot of OS version dependencies, so let's try just running ubuntu-latest everywhere.
This is not strictly required for the current workflow to work so might as well keep the status quo
@@ -38,12 +38,10 @@ jobs: | |||
# For available versions, see: | |||
# https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json | |||
python-version: | |||
- "3.8" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's keep 3.8 (not 3.8.0) for now, we still want to test 3.8 for the upcoming bugfix release, and it seems to work on 22.04.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good - do we want to also include any earlier version that 22.04 supports?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Feels not worth it, the testing on point releases is a bit of a spotcheck anyway. Thanks!
Picks up from #567