Skip to content

Python 3.9 support

Pranav Ashok requested to merge patch/python39-support into master

Due to issues installing the old pandas library in Python 3.9, we decided to upgrade pandas and scikit-learn which unfortunately meant that we only support Python>=3.8 now (officially). Python 3.7 might work in certain circumstances, but we are removing tests for it.

Edited by Pranav Ashok

Merge request reports