pymc-labs / CausalPy

A Python package for causal inference in quasi-experimental settings
https://causalpy.readthedocs.io
Apache License 2.0
829 stars 53 forks source link

Drop support for Python 3.8 and 3.9, add 3.11 #313

Closed drbenvincent closed 2 months ago

drbenvincent commented 2 months ago

After the arviz release, the test kept failing because arviz 0.18.0 does not support Python 3.9 (https://github.com/arviz-devs/arviz/pull/2315/files#diff-60f61ab7a8d1910d86d9fda2261620314edcae5894d5aaa236b821c7256badd7).

This PR drops support for 3.8 and 3.9 and adds support for 3.11.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 77.10%. Comparing base (00dc744) to head (1d5a72d).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #313 +/- ## ======================================= Coverage 77.10% 77.10% ======================================= Files 21 21 Lines 1380 1380 ======================================= Hits 1064 1064 Misses 316 316 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.