You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR drops Python 3.7 for the next development effort. According to PEP 537 Python 3.7 will be maintained until June 2023. NumPy dropped Python 3.7 support December 2021 (NEP 29).
Strictly adopting NEP 29 would also set the minimum NumPy to 1.20. I'm a bit hesitant to include too much policy wording into DEVELOPER.md. I'm more inclined to suggest that support and CI testing should be loosely aligned with NEP 29 for Python versions. An alternative description would be to support the four most recent major versions of Python (currently 3.8, 3.9, 3.10, 3.11).
Either way seems good to me. I'd never seen that proposal before, just thinking a link may be helpful for newcomers to get the background context on whichever wording or policy we go with
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This PR drops Python 3.7 for the next development effort. According to PEP 537 Python 3.7 will be maintained until June 2023. NumPy dropped Python 3.7 support December 2021 (NEP 29).
With setting Python 3.8 as the minimum, there are a few new features available (What’s New In Python 3.8). In this PR use of
pkg_resourcesis replaced withimportlib.metadata.CI workflows are adjusted by:
Other changes to note:
[flake8]section insetup.cfgwas needed for their modern configuration