mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Add language level for Python 3.12
GitOrigin-RevId: 10d24da89149754de63c87ec9edc0a1b7f131f17
This commit is contained in:
committed by
intellij-monorepo-bot
parent
46113cc978
commit
45dd0bf0e8
@@ -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
|
||||
Reference in New Issue
Block a user