Raise Python minimum version requirement to 3.6
The minimum version was set to 3.4, but f-strings (f'The value of x is {x}'
) didn't land until Python 3.6.
The minimum version was set to 3.4, but f-strings (f'The value of x is {x}'
) didn't land until Python 3.6.