[ie/youtube] Drop support for deno<2.3.0 (#16788)

Closes #16767
Authored by: bashonly
This commit is contained in:
bashonly
2026-05-24 22:49:00 +00:00
committed by GitHub
parent 125bb40468
commit e534a32619
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ class JsRuntime(abc.ABC):
class DenoJsRuntime(JsRuntime):
MIN_SUPPORTED_VERSION = (2, 0, 0)
MIN_SUPPORTED_VERSION = (2, 3, 0)
def _info(self):
path = _determine_runtime_path(self._path, 'deno')