-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Fix parsing of debug releases #13
Conversation
- Fixes #12 Signed-off-by: Dan Ryan <[email protected]>
@techalchemy will your fix work with the other version variants that pyenv can install: pyenv install --list
|
I have not really tested against most releases besides the cpython interpreter, my fix has no bearing on the ability to identify python per se and doesn't claim to cover every possible postfix you could put on a python interpreter version. I am focused very strictly on fixing pipenv right now and capturing the edge cases beyond what is already relatively uncommon (failing to parse |
@techalchemy enjoy: #14 |
Those custom Pythons mentioned in #12 made me realize that it's impossible to support everything, so I believe there at least should be an option not to raise an error for unsupported versions, and it makes a lot of sense to use it with pipenv. |
Signed-off-by: Dan Ryan [email protected]