[ie/youtube] Drop support for bun<1.2.11 and bun>1.3.14 (#16786)

Closes #16766
Authored by: bashonly
This commit is contained in:
bashonly
2026-05-24 23:07:42 +00:00
committed by GitHub
parent b536d72c86
commit 98e42eb044
6 changed files with 22 additions and 8 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ class DenoJsRuntime(JsRuntime):
class BunJsRuntime(JsRuntime):
MIN_SUPPORTED_VERSION = (1, 0, 31)
MIN_SUPPORTED_VERSION = (1, 2, 11)
def _info(self):
path = _determine_runtime_path(self._path, 'bun')