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

testutil: remove "match" for centos8/9 compatbility #137

Merged
merged 1 commit into from
Jan 18, 2024

Conversation

mvo5
Copy link
Collaborator

@mvo5 mvo5 commented Jan 18, 2024

Support for match in python is only available in version 3.10. However centos/rhel 8 and 9 have lower versions so this will need to be moved to if/elif/else for now.

See #109

Support for `match` in python is only available in version 3.10.
However centos/rhel 8 and 9 have lower versions so this will
need to be moved to `if/elif/else` for now.
Copy link
Contributor

@bcl bcl left a comment

Choose a reason for hiding this comment

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

Thanks!

@mvo5 mvo5 added this pull request to the merge queue Jan 18, 2024
Merged via the queue into osbuild:main with commit 0b066be Jan 18, 2024
7 of 10 checks passed
@mvo5 mvo5 deleted the remove-moar-match branch January 18, 2024 17:51
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