1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-31 06:35:12 +00:00

Remove Python 3.6 support

Closes #3764
This commit is contained in:
pukkandan
2022-07-18 05:50:54 +05:30
parent 0b5583b112
commit 6929b41a21
14 changed files with 24 additions and 58 deletions

View File

@@ -1,3 +1,4 @@
import asyncio
import contextlib
import os
import signal
@@ -5,7 +6,6 @@ import threading
from .common import FileDownloader
from .external import FFmpegFD
from ..compat import asyncio
from ..dependencies import websockets