scikit-learn-contrib / hiclass

A python library for hierarchical classification compatible with scikit-learn
BSD 3-Clause "New" or "Revised" License
113 stars 20 forks source link

Python 3.11 support #minor #91

Closed flo-ri-an closed 1 year ago

flo-ri-an commented 1 year ago

Naively updated python version spec to <3.12.

15 tests are failing, but it seems like it is a flake8-internal issue. I was unable to resolve this.

codecov-commenter commented 1 year ago

Codecov Report

Patch has no changes to coverable lines.

:loudspeaker: Thoughts on this report? Let us know!.

mirand863 commented 1 year ago

Hi @flo-ri-an,

Thank you so much for this pull request! My local tests completed fine as well as the ones on GitHuB, so I am merging. I guess you have different versions of development dependencies from the ones listed in CONTRIBUTING.md.

Best regards, Fabio