How do you set Python version in Sonarcloud UI?

Sorry for reviving the topic, but we’ve got a similar issue, and I’ve been struggling to find anything in the documentation on this subject.

@Peeter_Piegaze What kind of format should this setting be?

We’ve tried the following:

# in .sonarcloud.properties
sonar.python.version=3

# in .sonarcloud.properties
sonar.python.version=3.9

# in sonar-project.properties
sonar.python.version=3

None of these seems to work – we’re still getting the warning in SonarCloud console.