From cce30fe6467d51375e566855eb1b0580a6757760 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 04:51:12 +0000 Subject: [PATCH] chore(deps): update dependency python to 3.14 --- .github/actions/setup-cookiecutter-template/action.yaml | 2 +- .github/workflows/template-setup.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup-cookiecutter-template/action.yaml b/.github/actions/setup-cookiecutter-template/action.yaml index 8096a39..e55ae0d 100644 --- a/.github/actions/setup-cookiecutter-template/action.yaml +++ b/.github/actions/setup-cookiecutter-template/action.yaml @@ -16,7 +16,7 @@ runs: - name: Set up python uses: actions/setup-python@v6 with: - python-version: 3.11 + python-version: 3.14 - name: Install Cookiecutter run: pip install cookiecutter diff --git a/.github/workflows/template-setup.yml b/.github/workflows/template-setup.yml index 56ec5e5..4b3246c 100644 --- a/.github/workflows/template-setup.yml +++ b/.github/workflows/template-setup.yml @@ -142,7 +142,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v6 with: - python-version: "3.11" + python-version: "3.14" - name: Install cookiecutter run: pip install cookiecutter jinja2-strcase