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

Fix job skip condition by interpreting Python version as int #47

Merged
merged 12 commits into from
Dec 18, 2024

Conversation

nicholasjng
Copy link
Owner

Currently, it's a string comparison, which means ">=" is checked by character. Hence, we invoke abi3audit even for Python 3.8 and 3.9, which is useless.

This might break if free-threading gets thrown into the mix, which carries a "t" suffix in its version, preventing integer casting.

@nicholasjng nicholasjng merged commit d378ffc into master Dec 18, 2024
19 checks passed
@nicholasjng nicholasjng deleted the fix-abi3-check branch December 18, 2024 21:41
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.

1 participant