Skip to content

Conversation

tylerjereddy
Copy link
Contributor

  • Fixes TST, MAINT: test_maxiter_worsening on Python 3.9 + Linux ARM64 #13019

  • Remove an inactive xfail from test_maxiter_worsening, since we no longer support Python 3.9.x on main. Caution: I do see a user report of a Python 3.10 problem in the linked issue as well, so perhaps we might want to check the wheel builds before merging if Cirrus/whatever we have for ARM Linux testing doesn't have us covered. That said, the issue is almost 4 years old, and referred to the old macpython wheel builds, so many things have changed since then.

  • While cleaning up old version checks, remove another stale check from dev.py, which cannot be satisfied with our current supported version bounds.

[skip circle]

* Fixes scipygh-13019

* Remove an inactive `xfail` from `test_maxiter_worsening`, since
we no longer support Python `3.9.x` on `main`. Caution: I do see
a user report of a Python `3.10` problem in the linked issue as well,
so perhaps we might want to check the wheel builds before merging if
Cirrus/whatever we have for ARM Linux testing doesn't have us covered.

* While cleaning up old version checks, remove another stale check
from `dev.py`, which cannot be satisfied with our current supported
version bounds.

[skip circle]
@tylerjereddy tylerjereddy added the maintenance Items related to regular maintenance tasks label Jul 29, 2024
@lucascolley lucascolley changed the title MAINT: test_maxiter_worsening cleanup MAINT: test_maxiter_worsening cleanup Jul 29, 2024
@lucascolley lucascolley added this to the 1.15.0 milestone Jul 29, 2024
Copy link
Member

@rgommers rgommers left a comment

Choose a reason for hiding this comment

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

Thanks @tylerjereddy! This should be safe to merge without running wheel builds; nothing is changing there since tests currently pass on Python 3.10-3.13

@rgommers rgommers merged commit b4a7b94 into scipy:main Jul 29, 2024
@tylerjereddy tylerjereddy deleted the treddy_issue_13019 branch July 29, 2024 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Items related to regular maintenance tasks scipy.sparse.linalg
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TST, MAINT: test_maxiter_worsening on Python 3.9 + Linux ARM64
3 participants