marius-team / marius

Large scale graph learning on a single machine.
https://marius-project.org
Apache License 2.0
160 stars 45 forks source link

Add python version compatibility tests #58

Open JasonMoho opened 3 years ago

JasonMoho commented 3 years ago

Is your feature request related to a problem? Please describe. We previously have observed occasional issues when using Python 3.8 and 3.9, but that behavior wasn't documented.

A user recently reported that they had trouble using python 3.8 and 3.9 with the system. https://github.com/marius-team/marius/issues/55#issuecomment-895770297

Describe the solution you'd like The tox test suites should be modified to run under python 3.6-3.9. We should document and fix any compatibility issues with specific python versions.