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
456 stars 73 forks source link

Python 3.11 support #227

Closed antoinecarme closed 1 year ago

antoinecarme commented 1 year ago

Following #203

Check that python 3.11 is supported in pyaf.

Remove/Fix deprecated code and warnings.

Update CI tests to use 3.11 by default.

Target Release : 2023-07-14

antoinecarme commented 1 year ago

CI tests OK.

https://app.circleci.com/pipelines/github/antoinecarme/pyaf?branch=python_311_support

Closing.