mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 18:50:54 +07:00
PY-79802 Add Python 3.14 language level
(cherry picked from commit cb604b67becc260b6e159335b8448c4e04527c6e) IJ-MR-157680 GitOrigin-RevId: f1b0ad4917e40b4a056055bd1c5ac19884177be2
This commit is contained in:
committed by
intellij-monorepo-bot
parent
e6bc3ee156
commit
65be2c29b1
@@ -64,7 +64,8 @@ public enum LanguageLevel {
|
||||
PYTHON310(310),
|
||||
PYTHON311(311),
|
||||
PYTHON312(312),
|
||||
PYTHON313(313);
|
||||
PYTHON313(313),
|
||||
PYTHON314(314);
|
||||
|
||||
public static final Comparator<LanguageLevel> VERSION_COMPARATOR = (first, second) -> {
|
||||
return first == second ? 0 : first.isOlderThan(second) ? -1 : 1;
|
||||
|
||||
Reference in New Issue
Block a user