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
Update Python support to reflect dependency update
Python 3.8 end of support is in October of 2024. However, some projects
`case-utils` includes in its dependencies, most recently NumPy, are
ending their support for Python 3.8 ahead of this EOL.
This patch removes 3.8 from the test base, so updates for imported
packages continue to be retrieved retrieved.
References:
* #127
Signed-off-by: Alex Nelson <[email protected]>
0 commit comments