xadrianzetx / optuna-distributed

Distributed hyperparameter optimization made easy
MIT License
34 stars 1 forks source link

Drop support for Python 3.7 #63

Closed xadrianzetx closed 1 year ago

xadrianzetx commented 1 year ago

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.

Describe alternatives you've considered

Additional context