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

Fix CI errors due to ubuntu 24.04 image rollout #1290

Merged
merged 4 commits into from
Dec 12, 2024
Merged

Conversation

jtbandes
Copy link
Member

@jtbandes jtbandes commented Dec 12, 2024

Changelog

None

Docs

None

Description

CI broke recently because (I think) ubuntu-latest changed to ubuntu-24.04. The 24.04 image no longer has python 3.7/3.8 (actions/runner-images#10636). It also causes an error with the setup-swift action (swift-actions/setup-swift#677).

Our setup.cfg declares python_requires = >=3.7, however we were using 3.8 in most CI jobs (#988). I downgraded these from 3.8 to 3.7 here. It was hard to get this working so I left it at 3.8.

  • Included a drive-by lint fix

@jtbandes jtbandes changed the title use python 3.7 for CI Fix CI errors due to ubuntu 24.04 image rollout Dec 12, 2024
@jtbandes jtbandes merged commit 00badb9 into main Dec 12, 2024
23 checks passed
@jtbandes jtbandes deleted the jacob/python-2204 branch December 12, 2024 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants