lemma-osu / sknnr

scikit-learn compatible estimators for various kNN imputation methods
https://sknnr.readthedocs.io
0 stars 1 forks source link

Drop Python 3.8 support #77

Closed aazuspan closed 3 months ago

aazuspan commented 3 months ago

Raises the minimum supported Python to 3.9, in anticipation of end-of-life for 3.8 in a couple months.

That allowed us to remove an internal compatibility function and use the "new" parenthesized with block. Unrelated, I removed the target-version specifier to allow Ruff to infer it from requires-python and added the dist build directory to .gitignore.