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

Add conversion methods for requires-python formats #2377

Merged
merged 3 commits into from Jun 18, 2018

Commits on Jun 18, 2018

  1. Add conversion methods for requires-python formats

    - Handle single-digit un-specified requires-python format
    - `Requires-Python: 3` should be functionally equivalent to `>=3,<4`
    - Fixes #2343
    
    Signed-off-by: Dan Ryan <dan@danryan.co>
    techalchemy committed Jun 18, 2018
    Copy the full SHA
    97bb50d View commit details
    Browse the repository at this point in the history
  2. Fix isdigit check and bump version to dev0

    Signed-off-by: Dan Ryan <dan@danryan.co>
    techalchemy committed Jun 18, 2018
    Copy the full SHA
    71ff857 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    423b02e View commit details
    Browse the repository at this point in the history