mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 13:39:36 +07:00
PY-79802 Update required language level for future annotations
(cherry picked from commit 917629f88be6beffc88abe3229836ca6dcbe956e) IJ-MR-157680 GitOrigin-RevId: 9dbb346269c952ff8d4dec99190bd975ce054fa4
This commit is contained in:
committed by
intellij-monorepo-bot
parent
a89725c2f2
commit
05a28360e1
@@ -27,7 +27,7 @@ public enum FutureFeature {
|
||||
ABSOLUTE_IMPORT("absolute_import", LanguageLevel.PYTHON25, LanguageLevel.PYTHON30),
|
||||
PRINT_FUNCTION("print_function", LanguageLevel.PYTHON26, LanguageLevel.PYTHON30),
|
||||
UNICODE_LITERALS("unicode_literals", LanguageLevel.PYTHON26, LanguageLevel.PYTHON30),
|
||||
ANNOTATIONS("annotations", LanguageLevel.PYTHON37, LanguageLevel.PYTHON313)
|
||||
ANNOTATIONS("annotations", LanguageLevel.PYTHON37, LanguageLevel.PYTHON314)
|
||||
// NOTE: only add new features to the end unless you want to break existing stubs that rely on ordinal
|
||||
;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user