An f-string was added in #6 [here](https://github.com/groodt/retrying/pull/6/files#diff-5d48e947cb75f0a64ea964638aee51b9473f649b6fe9de4bd3455aa7b0dae095R284), which is not valid py2; results in a `SyntaxError` when trying to import `retrying` in a py2 environment:  Seems like `1.3.5` is supposed to be py3 only, but `pip install` still let's you install `1.3.5` in a py2 environment.