Skip to content

Update python version to use wildcard 3.10.x #162

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 1 commit into from
Jun 13, 2025

Conversation

issammani
Copy link
Contributor

Fix
Bump github action is failing.

Reason
We’re using ubuntu-latest, which automatically updates the list of supported Python versions whenever a new release is available. The last Python bump was about two months ago here. Specifying 3.10.x ensures the action always picks the newest 3.10 patch. If 3.10 ever gets dropped off the supported list, we could consider a broader specifier like 3.x. For now, I think this should cover us for a while.

@bendk bendk merged commit 38cb68c into mozilla:main Jun 13, 2025
1 of 2 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