From 4d10fc127249596b69a1b7b0c4f49f091273176a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 18:57:52 +0000 Subject: [PATCH] chore(deps): update dependency python to v3.14.6 --- .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 c243c9137..bdf722f0e 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -78,7 +78,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v6.2.0 with: - python-version: "3.11" + python-version: "3.11 || 3.14" - name: Get Python Version id: get_python_version @@ -112,7 +112,7 @@ jobs: - uses: actions/checkout@v6.0.2 - uses: actions/setup-python@v6 with: - python-version: "3.12" + python-version: "3.12 || 3.14" - name: Download coverage reports uses: actions/download-artifact@v8.0.1 with: @@ -163,7 +163,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v6.2.0 with: - python-version: "3.11" + python-version: "3.11 || 3.14" - name: Get Python Version id: get_python_version run: echo "python_version=$(python --version)" >> $GITHUB_OUTPUT