From 98e3a76f45abcda5c198393b118375d32d105df8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 11:01:10 +0200 Subject: [PATCH] Update dependency python to v3.14.0 (#3) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/generate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index 97df596..da6292f 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: "3.13.5" + python-version: "3.14.0" - name: Install dependencies run: pip install uv