dwavesystems / minorminer

minorminer is a heuristic tool for minor embedding: given a minor and target graph, it tries to find a mapping that embeds the minor into the target.
https://docs.ocean.dwavesys.com/en/stable/docs_minorminer/source/sdk_index.html
Apache License 2.0
48 stars 40 forks source link

Release macOS 10.9 wheels instead of 10.15? #184

Closed randomir closed 2 years ago

randomir commented 3 years ago

Can we release 10.9, to support older macOSes?

More details in https://github.com/dwavesystems/dwave-neal/pull/71. In the meantime, wheel>0.34 says it has:

Added automatic platform tag detection for macOS binary wheels

I've tested this auto-detection and it seems it produces 10.9 wheels on our other packages (e.g. greedy), but not for minorminer. Might be we actually use something that requires 10.15?

boothby commented 3 years ago

I didn't set up builds for macOS and I don't use that platform myself. I don't do anything terribly exotic on the OS side of things, I don't see why 10.15 would specifically be required.

randomir commented 2 years ago

Obsoleted by switch to cibuildwheel.