mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Use Python 3.4 as a default Python 3 instead of 3.3
3.4 is the current stable version of Python 3.
This commit is contained in:
@@ -35,7 +35,7 @@ public enum LanguageLevel {
|
||||
PYTHON34(34, true, false, true, true);
|
||||
|
||||
private static LanguageLevel DEFAULT2 = PYTHON27;
|
||||
private static LanguageLevel DEFAULT3 = PYTHON33;
|
||||
private static LanguageLevel DEFAULT3 = PYTHON34;
|
||||
|
||||
public static LanguageLevel FORCE_LANGUAGE_LEVEL = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user