From bba7a5041046296d093b4fb90d83447bfc6a8b6a Mon Sep 17 00:00:00 2001 From: haixuantao Date: Mon, 2 Jun 2025 11:46:52 +0200 Subject: [PATCH] Bump python version to 0.3.9 --- node-hub/dora-distil-whisper/pyproject.toml | 2 +- node-hub/dora-opus/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/node-hub/dora-distil-whisper/pyproject.toml b/node-hub/dora-distil-whisper/pyproject.toml index ac8b4d3e..56ea1532 100644 --- a/node-hub/dora-distil-whisper/pyproject.toml +++ b/node-hub/dora-distil-whisper/pyproject.toml @@ -8,7 +8,7 @@ authors = [ description = "Dora dora-distil-whisper" license = { text = "MIT" } readme = "README.md" -requires-python = ">=3.8" +requires-python = ">=3.9" dependencies = [ "dora-rs >= 0.3.9", diff --git a/node-hub/dora-opus/pyproject.toml b/node-hub/dora-opus/pyproject.toml index 61ce920d..39596485 100644 --- a/node-hub/dora-opus/pyproject.toml +++ b/node-hub/dora-opus/pyproject.toml @@ -10,7 +10,7 @@ authors = [ license = { text = "MIT" } readme = "README.md" -requires-python = ">=3.8" +requires-python = ">=3.9" dependencies = [ "dora-rs >= 0.3.9",