From 96c1ea741190ae38a7e7ad1f6e201796a9f71cd6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Jun 2025 06:05:39 +0000 Subject: [PATCH] chore(deps): update dependency python to v3.13.5 --- .github/workflows/checks.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index b777cde9f..55435c207 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -78,7 +78,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5.6.0 with: - python-version: "3.9" + python-version: "3.9 || 3.13" - name: Get Python Version id: get_python_version @@ -115,7 +115,7 @@ jobs: - uses: actions/checkout@v4.2.2 - uses: actions/setup-python@v5 with: - python-version: "3.12" + python-version: "3.12 || 3.13" - name: Download coverage reports uses: actions/download-artifact@v4.3.0 with: @@ -166,7 +166,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5.6.0 with: - python-version: "3.9" + python-version: "3.9 || 3.13" - name: Get Python Version id: get_python_version run: echo "python_version=$(python --version)" >> $GITHUB_OUTPUT