Add language level for Python 3.12

GitOrigin-RevId: 10d24da89149754de63c87ec9edc0a1b7f131f17
This commit is contained in:
KotlinIsland
2022-11-13 01:47:35 +00:00
committed by intellij-monorepo-bot
parent 46113cc978
commit 45dd0bf0e8
29 changed files with 1009 additions and 50 deletions
@@ -1 +1 @@
<error descr="Python version 3.11 does not support a trailing 'l'">1000l</error>
<error descr="Python version 3.12 does not support a trailing 'l'">1000l</error>
@@ -1,2 +1,2 @@
class <warning descr="Python versions 3.7, 3.8, 3.9, 3.10, 3.11 do not allow 'async' and 'await' as names">a<caret>sync</warning>(object):
class <warning descr="Python versions 3.7, 3.8, 3.9, 3.10, 3.11, 3.12 do not allow 'async' and 'await' as names">a<caret>sync</warning>(object):
pass
@@ -1,2 +1,2 @@
def <warning descr="Python versions 3.7, 3.8, 3.9, 3.10, 3.11 do not allow 'async' and 'await' as names">a<caret>sync</warning>():
def <warning descr="Python versions 3.7, 3.8, 3.9, 3.10, 3.11, 3.12 do not allow 'async' and 'await' as names">a<caret>sync</warning>():
pass
@@ -1 +1 @@
<warning descr="Python versions 3.7, 3.8, 3.9, 3.10, 3.11 do not allow 'async' and 'await' as names">async</warning> = 1
<warning descr="Python versions 3.7, 3.8, 3.9, 3.10, 3.11, 3.12 do not allow 'async' and 'await' as names">async</warning> = 1
@@ -1,2 +1,2 @@
class <warning descr="Python versions 3.7, 3.8, 3.9, 3.10, 3.11 do not allow 'async' and 'await' as names">a<caret>wait</warning>(object):
class <warning descr="Python versions 3.7, 3.8, 3.9, 3.10, 3.11, 3.12 do not allow 'async' and 'await' as names">a<caret>wait</warning>(object):
pass
@@ -1,2 +1,2 @@
def <warning descr="Python versions 3.7, 3.8, 3.9, 3.10, 3.11 do not allow 'async' and 'await' as names">a<caret>wait</warning>():
def <warning descr="Python versions 3.7, 3.8, 3.9, 3.10, 3.11, 3.12 do not allow 'async' and 'await' as names">a<caret>wait</warning>():
pass
@@ -1 +1 @@
<warning descr="Python versions 3.7, 3.8, 3.9, 3.10, 3.11 do not allow 'async' and 'await' as names">await</warning> = 1
<warning descr="Python versions 3.7, 3.8, 3.9, 3.10, 3.11, 3.12 do not allow 'async' and 'await' as names">await</warning> = 1