Skip to content

Commit e45d063

Browse files
Set sonar.python.version parameter for next analysis (#1037)
1 parent 411a7ec commit e45d063

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python-frontend/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<properties>
1515
<sonar.sources>pom.xml,src/main/java,typeshed_serializer/serializer</sonar.sources>
1616
<sonar.python.coverage.reportPaths>typeshed_serializer/cov.xml</sonar.python.coverage.reportPaths>
17+
<sonar.python.version>3.9</sonar.python.version>
1718
</properties>
1819
<dependencies>
1920
<dependency>

0 commit comments

Comments
 (0)