This removes some syntax that has become out of date since the retirement of python2 and fixes all the deprication warnings (including the ones mentioned in this issue: https://github.com/edickie/ciftify/issues/149)
I just noticed that issue found a syntax error I missed (only seems to show up for 3.9). I'll fix that one in another PR later and add a test suite for 3.9. This one will fix every issue for 3.5 - 3.8 for now
This removes some syntax that has become out of date since the retirement of python2 and fixes all the deprication warnings (including the ones mentioned in this issue: https://github.com/edickie/ciftify/issues/149)