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

Support resolution strategy for python version #5609

Open
T-256 opened this issue Jul 30, 2024 · 1 comment
Open

Support resolution strategy for python version #5609

T-256 opened this issue Jul 30, 2024 · 1 comment
Labels
cli Related to the command line interface needs-decision Undecided if this should be done

Comments

@T-256
Copy link
Contributor

T-256 commented Jul 30, 2024

Here is what I can suggest:

--python-resolution which applies to provided constraints (e.g. ">=3.8"):

  • default: current behavior - uses already installed python which satisfies OR download highest available.
  • highest: force use highest and try download if not installed. fallback to default if maximum number not explicitly set in version-specifier.
  • lowest: force use lowest and try download if not installed. fallback to default if minimum number not explicitly set in version-specifier. always chooses highest resolved version patch numbers.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli Related to the command line interface needs-decision Undecided if this should be done
Projects
None yet
Development

No branches or pull requests

2 participants