mirror of
https://github.com/davidhalter/jedi.git
synced 2026-04-28 01:05:30 +08:00
Remove Python 3.9 and 3.10
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
# For assignment expressions / named expressions / walrus operators / whatever
|
||||
# they are called.
|
||||
|
||||
# python >= 3.8
|
||||
b = (a:=1, a)
|
||||
|
||||
#? int()
|
||||
|
||||
Reference in New Issue
Block a user