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 support for Python 3.7 #73

Merged
merged 4 commits into from
Jun 18, 2018
Merged

Add support for Python 3.7 #73

merged 4 commits into from
Jun 18, 2018

Commits on Jun 16, 2018

  1. Add support for Python 3.7

    This enables building binary wheels for Python 3.7, now at its rc1 release.
    
    It is included in the latest manylinux1 Docker image, see pypa/manylinux#196.
    
    Accordingly to https://www.appveyor.com/docs/build-environment/#python it is not yet available on Appveyor.
    lelit committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    9b31b5e View commit details
    Browse the repository at this point in the history
  2. Fix mistake in directory name

    lelit committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    e5b9d1f View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2018

  1. Configuration menu
    Copy the full SHA
    0b21df2 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2018

  1. Skip the custom docker image specifier for Python 3.7

    We'll reenable this when 3.7 is released and dockcross updates :)
    joerick committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    e3981db View commit details
    Browse the repository at this point in the history