From f44073bed06b041372a99e1c0f377e2e9ef14549 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 11:53:45 +0000 Subject: [PATCH] chore(deps): update dependency python to 3.13 --- .github/workflows/conventional_commits.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conventional_commits.yaml b/.github/workflows/conventional_commits.yaml index 152bb542b..6c0edcb64 100644 --- a/.github/workflows/conventional_commits.yaml +++ b/.github/workflows/conventional_commits.yaml @@ -15,7 +15,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5 with: - python-version: "3.10" + python-version: "3.13" - name: Install commitizen run: pip install commitizen - name: commitizen check