src-d / hercules

Gaining advanced insights from Git repository history.
Other
2.22k stars 148 forks source link

labours: Support for Python 3.8 and 3.9 #376

Open nekketsuuu opened 3 years ago

nekketsuuu commented 3 years ago

The package labours v10.7.2, the current latest version of labours, cannot be installed by Python 3.8 and 3.9 using pip3 install -e ./python because its dependent library seriate 1.1.2 depends on ortools 6.9.5824, which only supports Python <= 3.7.

It seems that ortools 7.5 supports Python 3.8, and ortools 8.0 supports Python 3.9.

How about upgrading dependencies to support Python 3.8 and 3.9?

MathieuDR commented 2 years ago

Could a PR/Fork be opened for this?

nekketsuuu commented 2 years ago

https://github.com/src-d/seriate/pull/8

znerd commented 2 years ago

Seems related to #365.