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

kraken.common.findpython ignores two-digit minor version Python binaries (e.g. python3.10) #60

Closed
NiklasRosenstein opened this issue Jun 28, 2023 · 1 comment
Assignees
Labels
type: bug Something isn't working

Comments

@NiklasRosenstein
Copy link
Contributor

NiklasRosenstein commented Jun 28, 2023

This is because we only match on digit after the dot.

https://github.com/kraken-build/kraken-build/blob/53bb65e5f0a32a89fc39e61ebc234ceb9357dacf/kraken-common/src/kraken/common/findpython.py#L133

@NiklasRosenstein NiklasRosenstein added the type: bug Something isn't working label Jun 28, 2023
@NiklasRosenstein NiklasRosenstein self-assigned this Jun 28, 2023
@NiklasRosenstein
Copy link
Contributor Author

Fixed in a306306

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant