scikit-learn-contrib / scikit-learn-extra

scikit-learn contrib estimators
https://scikit-learn-extra.readthedocs.io
BSD 3-Clause "New" or "Revised" License
185 stars 42 forks source link

[MAINT] update python version #167

Closed TimotheeMathieu closed 6 months ago

TimotheeMathieu commented 8 months ago

This PR builds on https://github.com/scikit-learn-contrib/scikit-learn-extra/pull/141 to try and support python up till 3.11.

TimotheeMathieu commented 8 months ago

I managed to solve most problems to go to python 3.11. The only remaining problem is some type error that comes up in the common tests. I don't understand these tests at all as they come from scikit-learn. If someone from scikit-learn can advise me to solve this it would be great, for now I xfailed them.

TimotheeMathieu commented 6 months ago

If someone wants to review, go ahead, otherwise I will merge this soon as this is needed for maintenance reasons.