I have code being written for python3.5 target. I have no control of my development environment and it was recently upgraded to 3.8. Now the pylint spits out 100s of messages for features that are not available in python3.5 (e.g. f-strings).
I do not have sudo rights so I doubt I can install my own 3.5 binary. What should I do?