Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Fixed setting MACOSX_DEPLOYMENT_TARGET#282

Merged
radarhere merged 1 commit intopython-pillow:mainfrom
radarhere:deployment
Apr 8, 2022
Merged

Fixed setting MACOSX_DEPLOYMENT_TARGET#282
radarhere merged 1 commit intopython-pillow:mainfrom
radarhere:deployment

Conversation

@radarhere
Copy link
Copy Markdown
Member

@radarhere radarhere commented Apr 5, 2022

Resolves python-pillow/Pillow#6179

If you look at the artifacts generated before #265, in https://github.com/python-pillow/pillow-wheels/actions/runs/2008816167 you see Pillow-9.0.1-cp38-cp38-macosx_10_10_x86_64.whl.
After that PR, in https://github.com/python-pillow/pillow-wheels/actions/runs/2011383640 you see Pillow-9.0.1-cp38-cp38-macosx_10_9_x86_64.whl.

So despite the fact that the PR was only intended to rearrange the jobs, there was a change. This is because in moving MACOSX_DEPLOYMENT_TARGET, I managed to break it. This is fixed here using export, and you can see that this PR generates Pillow-9.1.0-cp38-cp38-macosx_10_10_x86_64.whl again.

@radarhere
Copy link
Copy Markdown
Member Author

Regarding python-pillow/Pillow#6179 (comment), if there is a preference to drop support for earlier macOS versions, I have no objections to that.

But that was not the intention for #265, and the deployment target code should either be fixed or removed.

@hugovk
Copy link
Copy Markdown
Member

hugovk commented Apr 5, 2022

I'm fine with this, it was an unintentional change and simple enough to fix.

We could consider intentionally dropping them at some point, especially if there's some maintenance benefit for doing so. Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Image import fails on macOS 10.13 with Pillow 9.1.0

2 participants