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

Fix OS X platform detection for pep425tags #3232

Merged
merged 1 commit into from Nov 7, 2015

Commits on Nov 7, 2015

  1. Fix OS X platform detection for pep425tags

    For the purpose of detecting the user's platform to determine which
    wheels are compatible, this switches pep425tags.get_platform() to
    avoid distutils.util.get_platform() on OS X, because that method
    returns the release on which the current interpreter was built (often
    10.5 or 10.6) as opposed to the platform on which the interpreter is
    running.
    rmcgibbo committed Nov 7, 2015
    Copy the full SHA
    995deff View commit details
    Browse the repository at this point in the history