From f2b8e910768177898ed47f5b0a7524c08af6fea7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 00:32:29 +0000 Subject: [PATCH] chore(deps): update python docker tag --- .python-version | 2 +- packages/speaches-cli/.python-version | 2 +- packages/speaches-cli/pyproject.toml | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.python-version b/.python-version index e4fba218..6324d401 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.12 +3.14 diff --git a/packages/speaches-cli/.python-version b/packages/speaches-cli/.python-version index e4fba218..6324d401 100644 --- a/packages/speaches-cli/.python-version +++ b/packages/speaches-cli/.python-version @@ -1 +1 @@ -3.12 +3.14 diff --git a/packages/speaches-cli/pyproject.toml b/packages/speaches-cli/pyproject.toml index 7adbbe27..acf21fcc 100644 --- a/packages/speaches-cli/pyproject.toml +++ b/packages/speaches-cli/pyproject.toml @@ -6,7 +6,7 @@ readme = "README.md" authors = [ { name = "Fedir Zadniprovskyi", email = "github.g1k56@simplelogin.com" } ] -requires-python = "==3.12.*" +requires-python = "==3.14.*" dependencies = [ "httpx>=0.27.2", "typer>=0.12.5", diff --git a/pyproject.toml b/pyproject.toml index 10162dc0..0373ec02 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "speaches" version = "0.1.0" -requires-python = "==3.12.*" +requires-python = "==3.14.*" # https://packaging.python.org/en/latest/specifications/version-specifiers/#id5 dependencies = [ "ctranslate2>=4.5.0",