Removed Python and NumPy pinning on Cygwin by radarhere · Pull Request #7880 · python-pillow/Pillow

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@radarhere

Copy link Copy Markdown

Member

@radarhere radarhere commented

Mar 15, 2024

edited

Loading

Alternative to #7875

Two Cygwin changes

  1. Reverts Pin to Python 3.9.16-1 #7762, where Python was pinned to Python 3.9.16-1
  2. Removes the pinning of NumPy from NumPy now supports Python 3.12 #7403, but also goes further, and just uses the packaged NumPy. NumPy was originally upgraded in a commit entitled "CI: Try to get Cygwin workflow working.", so if there wasn't another need for this, then perhaps testing the package version is more valuable?

This also decreases the build time from 31m54s to 10m13s.

@DWesl

Copy link Copy Markdown

Contributor

DWesl commented

Mar 15, 2024

Tests pass, and include NumPy. I think 1.21 had problems with unaligned load, but that seems gone now.

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

Reviewers

@hugovk hugovk hugovk approved these changes

Assignees

No one assigned

Labels

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@radarhere @DWesl @hugovk