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

DM-44444: Use Python 3.12 for GitHub actions #250

Merged
merged 1 commit into from
May 30, 2024
Merged

DM-44444: Use Python 3.12 for GitHub actions #250

merged 1 commit into from
May 30, 2024

Conversation

rra
Copy link
Member

@rra rra commented May 30, 2024

For all GitHub Actions that do not use a version matrix to ensure that the code itself works with older versions, use Python 3.12 as the Python version, under the principle that tests unrelated to compatibility should follow the latest supported Python version.

@rra
Copy link
Member Author

rra commented May 30, 2024

Tests should pass once rebased on top of #248.

@rra rra requested a review from jonathansick May 30, 2024 15:13
Copy link
Member

@jonathansick jonathansick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good idea. A while ago I read about GitHub's Variables feature. That could be a nice way to dry out variables like the default Python version. Works either on a per workflow and a repo-wise level I believe. Sorry I haven't taken the initiative to PR this myself already!

For all GitHub Actions that do not use a version matrix to ensure
that the code itself works with older versions, use Python 3.12 as
the Python version, under the principle that tests unrelated to
compatibility should follow the latest supported Python version.
@rra
Copy link
Member Author

rra commented May 30, 2024

Oh, that looks interesting. I'll go ahead and merge this for now, since that looks a bit more complicated to set up, but will then look into it more.

@rra rra merged commit f28dc15 into main May 30, 2024
6 checks passed
@rra rra deleted the tickets/DM-44444b branch May 30, 2024 18:47
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.

None yet

2 participants