Skip to content

BLD: fix python version in test images

Colm Talbot requested to merge dont-exactly-pin-python into master

I discovered the source of the Python 3.9 CI failures (along with general issues with pymc.)

I had accidentally pinned the Python version to the first release (e.g., 3.9.0, 3.10.0, ...), see here. The Python 3.9 environment now builds and the tests pass for me, hopefully they also will in our CI.

Merge request reports