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 https://github.com/pypa/manylinux/pull/196. Accordingly to https://www.appveyor.com/docs/build-environment/#python it is not yet available on Appveyor.
This commit is contained in:
@@ -152,7 +152,7 @@ Space-separated list of builds to skip. Each build has an identifier like `cp27-
|
||||
|
||||
The format is `python_tag-platform_tag`. The tags are as defined in [PEP 0425](https://www.python.org/dev/peps/pep-0425/#details).
|
||||
|
||||
Python tags look like `cp27` `cp34` `cp35` `cp36`
|
||||
Python tags look like `cp27` `cp34` `cp35` `cp36` `cp37`
|
||||
|
||||
Platform tags look like `macosx_10_6_intel` `manylinux1_x86_64` `manylinux1_i686` `win32` `win_amd64`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user