You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Closesnipreps#486.
Some mentions to python 3.5 still remain:
```
$ find . -name "*.py" -exec grep -H "35" {} \;
./niworkflows/reports/core.py: # PY35: Sorted config dict for consistent behavior
./niworkflows/reports/core.py: # PY35: Coerce to str to pacify os.* functions that don't take Paths until 3.6
./niworkflows/utils/misc.py: for f in os.scandir(path): # switch to context manager when py35 dropped
```
0 commit comments