Is your feature request related to a problem? Please describe.
Dask dropped Python 3.7 in 2022.02.1. Since this release is quite old now, it makes sense to stop supporting 3.7 here as well, since eol is few months away anyway.
Describe the solution you'd like
Drop Python 3.7 from pyproject.toml, adjust classifiers, adjust README, remove typing-extensions, drop 3.7 from CI matrix.
Is your feature request related to a problem? Please describe. Dask dropped Python 3.7 in
2022.02.1
. Since this release is quite old now, it makes sense to stop supporting 3.7 here as well, since eol is few months away anyway.Describe the solution you'd like Drop Python 3.7 from
pyproject.toml
, adjust classifiers, adjust README, removetyping-extensions
, drop 3.7 from CI matrix.Describe alternatives you've considered
Additional context