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

Update Github actions to use the default Python version #1671

Merged
merged 1 commit into from
Feb 18, 2025
Merged

Conversation

plypaul
Copy link
Contributor

@plypaul plypaul commented Feb 7, 2025

I found there were still more actions using Python 3.8. We should be using Python 3.9, and using the older version affects how actions are cached. To simplify management, this removes places that specify a Python version so that the default version (3.9) is used.

There were places where Python 3.12 was specified, but it was unclear why that was the case. Changed those to use the default version as well.

@cla-bot cla-bot bot added the cla:yes label Feb 7, 2025
@plypaul plypaul marked this pull request as ready for review February 8, 2025 00:37
@plypaul plypaul requested a review from a team as a code owner February 8, 2025 00:38
Base automatically changed from p--misc--05 to main February 13, 2025 18:32
@plypaul plypaul merged commit ee06a99 into main Feb 18, 2025
11 checks passed
@plypaul plypaul deleted the p--misc--06 branch February 18, 2025 21:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants