heidelbergcement / hcrystalball

A library that unifies the API for most commonly used libraries and modeling techniques for time-series forecasting in the Python ecosystem.
https://hcrystalball.readthedocs.io/
MIT License
152 stars 19 forks source link

[FEATURE] Support python 3.6 #55

Closed MichalChromcak closed 3 years ago

MichalChromcak commented 3 years ago

Is your feature request related to a problem? Please describe. There seems to be no problem in using 3.6, so why not to keep it

Describe the solution you'd like Change setup.cfg from python requires >=3.7 to >=3.6

Describe alternatives you've considered Do not support

Additional context Adds compatibility with sktime