Skip to content

Commit 52dbad7

Browse files
Update typeshed protobuf files to add Python 3.10 version
1 parent 6b027d0 commit 52dbad7

File tree

9 files changed

+1527
-1399
lines changed

9 files changed

+1527
-1399
lines changed

python-frontend/src/main/java/org/sonar/plugins/python/api/PythonVersionUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public String serializedValue() {
7979
STRING_VERSION_MAP.put("3.10", V_310);
8080
}
8181
private static final Version MIN_SUPPORTED_VERSION = V_27;
82-
private static final Version MAX_SUPPORTED_VERSION = V_39;
82+
private static final Version MAX_SUPPORTED_VERSION = V_310;
8383
private static final Logger LOG = Loggers.get(PythonVersionUtils.class);
8484
public static final String PYTHON_VERSION_KEY = "sonar.python.version";
8585

0 commit comments

Comments
 (0)