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 https://github.com/astropy/astropy/pull/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 https://github.com/astropy/astropy/pull/17059Thoughts, @jzuhone ?