mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-21 07:48:26 +08:00
The Python 3.6 requirement is now the lowest supported version
This commit is contained in:
@@ -47,8 +47,6 @@ async def awaitable_test():
|
||||
#? str()
|
||||
foo
|
||||
|
||||
# python >= 3.6
|
||||
|
||||
async def asgen():
|
||||
yield 1
|
||||
await asyncio.sleep(0)
|
||||
|
||||
Reference in New Issue
Block a user