I wrote a Python program, and I'm using a library that requires Python >= 3.0. When I wrote some code, I used some syntax introduced in 3.2, maybe 3.6, it was a long time ago! So now I have this piece of code, which will surely not run on Python 2.6, or Python 3.0, but I don't know exactly the minimum version required to run my script.
So, how can I find out what's the minimum Python version that runs my script?