-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Specify Python Version Range in Pipfile #6144
Comments
Only absolute values are supported, and when upgrading python versions virtualenvs need to be recreated. |
Correct. That's what I observed. This is a bug since the rest of the Pipfile uses the same version specifiers and |
@Semnodime @matteius I'd love to handle this issue. I'll send a PR to fix this in near future. |
@sanspareilsmyn I think I have it solved in my open PR that fixes a number of issues -- if either of you or @Semnodime can check out this branch: #6282 and give it a whirl. |
Issue description
Expected result
Choose the latest python version available on the system to satisfy the constraints or raise the constraint error.
Actual result
Steps to replicate
The text was updated successfully, but these errors were encountered: