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 more ways of specifying the installation version #97

Open
ItsDrike opened this issue Jan 2, 2023 · 1 comment
Open

Support more ways of specifying the installation version #97

ItsDrike opened this issue Jan 2, 2023 · 1 comment

Comments

@ItsDrike
Copy link

ItsDrike commented Jan 2, 2023

Currently, the way script handles versioning is simply by passing the version over to pip as poetry=={version}. This is fine, however it would be nice if we could set the version to something like ^1.3.0, or similar.

This probably shouldn't be too hard to handle, as there's already a regex checking for semver compatibility, and these are just some set of additional characters that could optionally be there. If this specifier isn't there, the script can just use the current approach of ==.

@MatthijsBurgh
Copy link

Or just 1.8, where is would select the most recent version of 1.8.X. This would be really helpful.

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

No branches or pull requests

2 participants