antoinecarme / pyaf

PyAF is an Open Source Python library for Automatic Time Series Forecasting built on top of popular pydata modules.
BSD 3-Clause "New" or "Revised" License
459 stars 72 forks source link

Python 3.10 support #186

Closed antoinecarme closed 2 years ago

antoinecarme commented 2 years ago

Check that python 3.10 is supported in pyaf.

Remove/Fix deprecated code.

Target Release : 2022-07-14

antoinecarme commented 2 years ago

https://www.python.org/downloads/release/python-3100/

antoinecarme commented 2 years ago

Circle-CI is already configured to run with python 3.10.2. Not much to do here.

https://app.circleci.com/pipelines/github/antoinecarme/pyaf/106/workflows/69129f17-f67c-4ca3-a576-d6e5b2e08bd7/jobs/114?invite=true#step-109-5

image