You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Uses existing parser built for handling complex versions
- Is sufficiently robust, should handle most circumstances
- Fixes#59
- Closes and supersedes #57
Signed-off-by: Dan Ryan <dan@danryan.co>
For instance,
pythonfinder.find_python_version('3.7')
fails due to attempts to cast the string to an integer.This needs to be gracefully handled
The text was updated successfully, but these errors were encountered: