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.57k stars 231 forks source link

[MRG+1] Remove Python 3.6 support #472

Closed aaronreidsmith closed 2 years ago

aaronreidsmith commented 2 years ago

Description

Python 3.6 was end-of-lifed on 2021-12-23. This PR removes supports for Python 3.6.

Will need to change the "required checks" for this to pass. This will also conflict with #459, so I will have to update one depending one which is merged first

Type of change

How Has This Been Tested?

N/A

Checklist: