You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Pip happily installs a wheel built on macOS 10.15, which crashes on my 10.14 --
see python-pillow/Pillow#3068 (at the end).
Describe the solution you'd like
a minimum macOS version in setup.py / in wheel metadata
could pigar then check that ?
pip should use it, so not install e.g. wheels with minimum macOS version == 10.15 on older macs.
Describe alternatives you've considered
None -- sounds unlikely
Thanks, cheers
The text was updated successfully, but these errors were encountered:
Please move this to "discussions":
Is your feature request related to a problem? Please describe.
Pip happily installs a wheel built on macOS 10.15, which crashes on my 10.14 --
see python-pillow/Pillow#3068 (at the end).
Describe the solution you'd like
minimum macOS version
in setup.py / in wheel metadatapigar
then check that ?minimum macOS version == 10.15
on older macs.Describe alternatives you've considered
None -- sounds unlikely
Thanks, cheers
The text was updated successfully, but these errors were encountered: