EducationalTestingService / skll

SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.
http://skll.readthedocs.org
Other
550 stars 69 forks source link

Add support for Python 3.11 #744

Closed desilinguist closed 1 year ago

desilinguist commented 1 year ago

Make sure SKLL works with Python 3.11.

desilinguist commented 1 year ago

Turns out that nose no longer works with python 3.11. So, adding support for Python 3.11 means that we will need to replace nose with either nose2 or pytest.

desilinguist commented 1 year ago

This is blocked by #746.