alkaline-ml / pmdarima

A statistical library designed to fill the void in Python's time series analysis capabilities, including the equivalent of R's auto.arima function.
https://www.alkaline-ml.com/pmdarima
MIT License
1.58k stars 232 forks source link

[WIP] Remove support for Python 3.7 #548

Open aaronreidsmith opened 1 year ago

aaronreidsmith commented 1 year ago

Description

Python 3.7 is due to be end-of-lifed on June 27, 2023. This PR preps us to remove support for it.

Think this will depend on https://github.com/alkaline-ml/pmdarima-docker/pull/26

Type of change

How Has This Been Tested?

3.7 tests no longer exist, everything else still works

Checklist: