Skip to content

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

Merged
merged 12 commits into from
Apr 2, 2025

Conversation

brianschubert
Copy link
Contributor

@brianschubert brianschubert commented Apr 2, 2025

Picks up from #567

  • Drops Python 3.8.0
  • Bumps 3.9.0 and 3.10.0 to the earliest versions supported by the 22.04+ runners
  • Runs everything on ubuntu-latest
    • except the SQLAlchemy tests, which are kept at 22.04 (not 20.04, still supported) until the segfault mystery is resolved

JelleZijlstra and others added 11 commits April 1, 2025 08:34
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"
Copy link
Member

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.

Copy link
Contributor Author

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?

Copy link
Member

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!

@JelleZijlstra JelleZijlstra merged commit f264e58 into python:main Apr 2, 2025
22 checks passed
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.

2 participants