Bump minimum Python version to 3.11 - #14140
Conversation
|
pip-pre failure fixed in #14139 |
|
scipy build was failing due to missing openblas (https://github.com/mne-tools/mne-python/actions/runs/31031975809/job/92394959899) which I've tried to resolve, but is now taking ages to build (https://github.com/mne-tools/mne-python/actions/runs/31033937498/job/92401198303?pr=14140). Is this an issue with the cache needing to be rebuilt due to the Python ver getting bumped, and after that it will be fine, or do we need to find a way around building from source? |
|
SciPy shouldn't even try to build from source, we should be passing an |
|
I'll try to have another crack at it |
|
Hadn't updated the 'old' CI lockfile 🤦🏻 |
Fixes #14138
This is what I found from
git grep '3\.10' -- ':!doc/_static/*' ':!mne/io/egi/tests/data/*' ':!mne/channels/data/*' ':!mne/report/js_and_css/*'andgit grep 'TODO VERSION'