mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 17:20:55 +07:00
PY-79802 Correctly parse 3.14 language level
(cherry picked from commit 9c0a91749ef9e93430b2e568331127aaa6cd1e98) IJ-MR-157680 GitOrigin-RevId: eb106921370f67813db0acd7e4d80fe0fd3c8360
This commit is contained in:
committed by
intellij-monorepo-bot
parent
400ad9f4f9
commit
82e433af01
@@ -199,6 +199,9 @@ public enum LanguageLevel {
|
||||
if (pythonVersionOutput.startsWith("3.13")) {
|
||||
return PYTHON313;
|
||||
}
|
||||
if (pythonVersionOutput.startsWith("3.14")) {
|
||||
return PYTHON314;
|
||||
}
|
||||
return DEFAULT3;
|
||||
}
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user