#7758 introduced a dependency on contextlib.nullcontext, which was added to the standard library in Python 3.7. We allegedly support Python 3.6 as our minimum version. This came up in helping a user troubleshoot MNE on Google CoLab hosted notebooks, which run py 3.6
cc @GuillaumeFavelier
#7758 introduced a dependency on
contextlib.nullcontext, which was added to the standard library in Python 3.7. We allegedly support Python 3.6 as our minimum version. This came up in helping a user troubleshoot MNE on Google CoLab hosted notebooks, which run py 3.6cc @GuillaumeFavelier