uber / orbit

A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.
https://orbit-ml.readthedocs.io/en/stable/
Other
1.85k stars 132 forks source link

Test For Newer Python Versions #849

Open ksolarski opened 6 months ago

ksolarski commented 6 months ago

Description

This PR adds Github Actions tests for newer Python version 3.10, 3.11 and 3.12. This way there would be an official support for those versions. Additionally, PR fixes Black formatting issues.

Fixes # (issue)

Fixes https://github.com/uber/orbit/issues/814

How Has This Been Tested?

Still needs practical tests.