pypa / hatch

Modern, extensible Python project management
https://hatch.pypa.io/latest/
MIT License
5.52k stars 270 forks source link

fix: swap default for macos-max-compat #1450

Closed henryiii closed 1 week ago

henryiii commented 1 month ago

Users cannot get macOS 12+ as a minimum with this forcing 10.16.

I'd like to make https://github.com/pypa/hatch/issues/1445 a followup, as users might need to target an older macOS than the one they are running (cibuildwheel always does this, for example).

ofek commented 1 month ago

Please do the opposite of the introductory PR: https://github.com/pypa/hatch/pull/699/files

Essentially remove from all of those tests you mentioned and then enable explicitly in the actual test

ofek commented 1 week ago

Thank you!