Where to set sonar.python.version

I am seeing this warning in sonarcloud:

Your code is analyzed as compatible with python 2 and 3 by default. 
This will prevent the detection of issues specific to python 2 or python 3. 
You can get a more precise analysis by setting a python version in your configuration via the parameter "sonar.python.version"

however the ‘settings’ panel doesnt seem to have any option to set sonar.python.version.

where do i set it to make the warning go away?

Hi,

Welcome to the community!

The “configuration” mentioned is your analysis configuration. So you would set this either on your analysis command line (with -Dsonar.python.version=x or in sonar-project.properties.

 
HTH,
Ann