mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
Add language level for Python 3.13 (PY-63375)
GitOrigin-RevId: beb405baf746c1992d51118d660cb8c718deda62
This commit is contained in:
committed by
intellij-monorepo-bot
parent
5be5a0e5a3
commit
47b89847e6
@@ -1 +1 @@
|
||||
<error descr="Python version 3.12 does not support a trailing 'l'">1000l</error>
|
||||
<error descr="Python version 3.13 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, 3.12 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, 3.13 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, 3.12 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, 3.13 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, 3.12 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, 3.13 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, 3.12 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, 3.13 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, 3.12 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, 3.13 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, 3.12 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, 3.13 do not allow 'async' and 'await' as names">await</warning> = 1
|
||||
Reference in New Issue
Block a user