Skip to content

Update to pypy3.11 and ignore pint#3756

Merged
blnicho merged 2 commits intoPyomo:mainfrom
mrmundt:pypy-ostrich
Oct 17, 2025
Merged

Update to pypy3.11 and ignore pint#3756
blnicho merged 2 commits intoPyomo:mainfrom
mrmundt:pypy-ostrich

Conversation

@mrmundt
Copy link
Copy Markdown
Contributor

@mrmundt mrmundt commented Oct 16, 2025

Fixes NA

Summary/Motivation:

A new version of pillow was released, and it broke pypy-3.10. Update but also ignore pint.

Changes proposed in this PR:

Legal Acknowledgement

By contributing to this software project, I have read the contribution guide and agree to the following terms and conditions for my contribution:

  1. I agree my contributions are submitted under the BSD license.
  2. I represent I am authorized to make the contributions and grant the license. If my employer has rights to intellectual property that includes these contributions, I represent that I have received permission to make contributions and grant the required license on behalf of that employer.

@blnicho blnicho moved this from Todo to Reviewer Approved in Pyomo 6.9.5 Release Oct 16, 2025
#'pathos', # requested for #963, but PR currently closed
'pint', # units
# pint causes a segfault on pypy
'pint; implementation_name!="pypy"', # units
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you move this down with the other "not on pypy" dependencies below?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I originally did that but those are clumped together due to "they are hard to install on pypy", which isn't true here. This causes a different problem. So... which do we want to do here?

@blnicho blnicho merged commit 432a970 into Pyomo:main Oct 17, 2025
68 of 69 checks passed
@github-project-automation github-project-automation bot moved this from Reviewer Approved to Done in Pyomo 6.9.5 Release Oct 17, 2025
@mrmundt mrmundt deleted the pypy-ostrich branch January 8, 2026 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

No open projects

Development

Successfully merging this pull request may close these issues.

3 participants