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
Python 3.7 end of support is 2023-06-27. Some projects `case-utils`
includes in its dependencies, most recently NumPy, are ending their
support for Python 3.7 ahead of this EOL.
Rather than hold `case-utils` back for another 6 months, this patch
removes 3.7 from the test base, and will encourage downstream adopters
to do the same, so updates for imported packages continue to be
retrieved.
References:
* https://www.python.org/downloads/
0 commit comments