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

Support earlier OS X versions in wheels #1465

Merged
merged 5 commits into from
Jun 13, 2014
Merged

Support earlier OS X versions in wheels #1465

merged 5 commits into from
Jun 13, 2014

Commits on May 30, 2014

  1. support earlier OS X versions in wheels

    Wheels built for 10.6 (e.g. Python.org) work on later OS X (e.g. System Python).
    The reverse is not assumed.
    minrk committed May 30, 2014
    Configuration menu
    Copy the full SHA
    f752e9c View commit details
    Browse the repository at this point in the history
  2. test OS X arch support

    minrk committed May 30, 2014
    Configuration menu
    Copy the full SHA
    6d1e9b4 View commit details
    Browse the repository at this point in the history
  3. support intel and universal multi-arch tags on OS X

    - intel == x86_64, i386
    - universal == x86_64, i386, ppc, ppc64
    minrk committed May 30, 2014
    Configuration menu
    Copy the full SHA
    a954a72 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    471f7b4 View commit details
    Browse the repository at this point in the history
  5. add missing multi-arch tags

    all multi-arch tags are supported: fat, intel, fat3, fat64, universal
    minrk committed May 30, 2014
    Configuration menu
    Copy the full SHA
    27f4471 View commit details
    Browse the repository at this point in the history