bambinos / bambi

BAyesian Model-Building Interface (Bambi) in Python.
https://bambinos.github.io/bambi/
MIT License
1.08k stars 124 forks source link

Drop support for Python 3.8 #713

Closed tomicapretto closed 1 year ago

tomicapretto commented 1 year ago

Right now our tests run on 3.8, 3.9, and 3.10. They should run on 3.9, 3.10, and 3.11.

5hv5hvnk commented 1 year ago

We just need a small edit here right?

tomicapretto commented 1 year ago

@5hv5hvnk yes! And also this line https://github.com/bambinos/bambi/blob/ae00f268b63bb2043747d2b55e29af901bdb0643/pyproject.toml#L70

tomicapretto commented 1 year ago

Hi @5hv5hvnk I'm doing this in #720 because my CI was broken since one of the libraries we use to build the docs doesn't support Python 3.8 anymore