Drop support for Python 3.7, increase minimum versions for SciPy/NumPy #927
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Python 3.7 is EOL remove support and testing for it (adding Python 3.12 and switching to GitHub Actions will be in another PR). Additionally, increase minimum supported NumPy and SciPy versions, including a bit of clean-up to code for additional keywords in newer SciPy versions for some minimizers.
I would be happy to push the minimum versions to even more recent ones, but I'll leave that decision to @newville (our "official" policy has been to support version that were released up to ~2 years ago).
Type of Changes
Tested on
Python: 3.11.6 (main, Oct 3 2023, 00:01:08) [Clang 15.0.0 (clang-1500.0.40.1)]
lmfit: 1.2.2.post13+gac0d35f0, scipy: 1.11.3, numpy: 1.26.1, asteval: 0.9.31, uncertainties: 3.1.7
Verification
Have you