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

Added support for (some) loose pins #255

Merged
merged 8 commits into from
May 30, 2023

Conversation

mitsuhiko
Copy link
Collaborator

@mitsuhiko mitsuhiko commented May 29, 2023

Refs #249

What this does:

  • add relaxed .python-version reading (eg: 3.7)
  • add relaxed pinning (rye pin 3.7 --relaxed)
  • allow newer locally registered toolchains to be discovered

Not supported is version less pinning. This means that rye pin pypy --relaxed does not work, rye pin pypy@3 --relaxed however does. This is very much intentional.

@mitsuhiko mitsuhiko merged commit 38c7fc6 into main May 30, 2023
@mitsuhiko mitsuhiko deleted the feature/non-strict-python-version branch May 30, 2023 18:15
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