From fef4769ce2eaefcbe27a14159ed3be89dd910f50 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 13:42:16 +0000 Subject: [PATCH] chore(deps): update dependency python to 3.13 --- .github/workflows/semver_build_publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semver_build_publish.yml b/.github/workflows/semver_build_publish.yml index 7250347..c406f10 100644 --- a/.github/workflows/semver_build_publish.yml +++ b/.github/workflows/semver_build_publish.yml @@ -54,7 +54,7 @@ jobs: - name: Set up Python 3.9 uses: actions/setup-python@v4 with: - python-version: 3.9 + python-version: 3.13 - name: install poetry uses: abatilo/actions-poetry@v2.2.0