Currently PythonQL does support different Python versions for execution.
However, internally Python 3.3 grammar is used, so if you write statements that don't
conform to Python 3.3 grammar, PythonQL will report a syntax error.
We should be able to support multiple versions of Python in PythonQL in the future.