Python 3.5 has been EOLed in Sept 2020.
Nilearn should deprecate its use and add a warning to that effect.
Also the README and other relevant places should be updated to reflect the correct Python versions, for example more than 3.7
Security and bugfixes for 3.5 have stopped.
3.6 has features especially Fstrings which make the code neater.
Putting out the warning now means we can remove 3.5 support in 2 cycle,s before it becomes too obsolete.
Thx @kchawla-pi ! & happy to hear from you :-)
Indeed, It's almost the end of the story for Python 3.5:
Uh right I had added that warning. Time flies!
@bthirion thanks! Missing Nilearn!
@kchawla-pi I'm closing this as dropping Python 3.5 is scheduled and will happen soon.
@NicolasGensollen Looking forward to f-strings!!