OS X python 3.5 wheel builds no longer work
charris opened this issue · 6 comments
See https://travis-ci.org/MacPython/numpy-wheels/builds/660744255. That was working before multibuild was updated for pip 20 and also fails with current multibuild 217614c .
seems like it might be a duplicate of #320 ?
The log says "Running builds with Xcode 6.4 in Travis CI is deprecated and will be removed in January 2019". Why do we want to use such an old Xcode?
@mattip It's needed for Python 3.5 as later xcode is not available for that platform. I tried :) NumPy only needs it for the 1.18 series as we have dropped Python 3.5 in master. I am testing the fix now for the build (local patch to multibuild) and if that doesn't work will just finish the 1.18.2 release without a 3.5 wheel, probably omitting the source release also.
Looks like local patches don't work :(
I think we can close this.
RIght - I think this was indeed a duplicate of #320, which was eventually closed by https://github.com/matthew-brett/multibuild/pull/322 .