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
I'd like to propose dropping support for Python 3.9 now that we're about to add explicit support for 3.13.
My main motivation is that I'd like to have access to the match/case statement to implement support for np.arange(..., like=unyt_array(...)) which is part of #518. For reference, see my implementation for astropy.units in astropy/astropy#17059
I'd like to propose dropping support for Python 3.9 now that we're about to add explicit support for 3.13.
My main motivation is that I'd like to have access to the
match/case
statement to implement support fornp.arange(..., like=unyt_array(...))
which is part of #518. For reference, see my implementation forastropy.units
in astropy/astropy#17059Thoughts, @jzuhone ?
The text was updated successfully, but these errors were encountered: