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

Bump matrix tests to oldest and newest Python versions currently supported in CI #5

Merged
merged 2 commits into from
Apr 3, 2024

Conversation

joanise
Copy link
Member

@joanise joanise commented Mar 28, 2024

No description provided.

joanise and others added 2 commits March 28, 2024 12:23
We still support Python 3.6, and probably older ones too, but it's no
longer available in the ubuntu-latest image on GitHub Actions.

So instead of 3.6 and 3.9, let's matrix test the oldest and newest
Python versions we can at the moment, i.e., 3.7 and 3.12.
@joanise
Copy link
Member Author

joanise commented Mar 28, 2024

PortageClusterUtils will also need its actions versions bumped, like in 3f89b04

Copy link
Contributor

@SamuelLarkin SamuelLarkin left a comment

Choose a reason for hiding this comment

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

Quite simple.

@@ -8,15 +8,15 @@ jobs:
strategy:
max-parallel: 5
matrix:
python: [3.6, 3.9]
python: ["3.7", "3.12"]
Copy link
Contributor

Choose a reason for hiding this comment

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

Don't we want to test 3.7, 3.8, 3.9, 3.10, 3.11 & 3.12?

Copy link
Member Author

Choose a reason for hiding this comment

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

We could, but it didn't seem necessary. It's not like we have complex Python stuff in there, it's mostly Perl and others anyway. It didn't seem worth the cycles.

Copy link
Contributor

Choose a reason for hiding this comment

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

For the environment 👍🏼

@joanise joanise merged commit ac8503c into main Apr 3, 2024
2 checks passed
@joanise joanise deleted the dev.ej/ci-py-version branch April 3, 2024 18:56
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