MacPython / numexpr-wheels

5 stars 4 forks source link

Windows builds failing for Python < 3.5 for 2.6.9 #3

Closed robbmcleod closed 5 years ago

robbmcleod commented 5 years ago

I updated the os tag to Visual Studio 2017 in an effort to get Python 3.7 wheels to build. But that broke the older versions...

robbmcleod commented 5 years ago

Looking at

https://github.com/MacPython/astropy-wheels/blob/master/appveyor.yml

https://github.com/MacPython/dipy-wheels/blob/master/appveyor.yml

... perhaps we don't need that os tag.

I don't see an obvious way to specify the Python bug-fix version number.

robbmcleod commented 5 years ago

Seems to be working now. I downloaded and tested the wheel from the rackcdn server with Python 3.7.1 on Windows 10 x64.