From d9c3ebe2e6da8453f0f0eac232fbbcd3990f4d36 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 04:37:30 +0000 Subject: [PATCH] chore(deps): update dependency python to 3.14 --- .github/workflows/code-checks.yml | 2 +- .github/workflows/code-climate.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/code-checks.yml b/.github/workflows/code-checks.yml index 387f8eab..bf633fa7 100644 --- a/.github/workflows/code-checks.yml +++ b/.github/workflows/code-checks.yml @@ -20,7 +20,7 @@ jobs: - name: Install Python and pipenv uses: actions/setup-python@v1 with: - python-version: '3.7' + python-version: '3.14' - name: Install dependencies run: make install-ci diff --git a/.github/workflows/code-climate.yml b/.github/workflows/code-climate.yml index 1f4764a6..c21b1c70 100644 --- a/.github/workflows/code-climate.yml +++ b/.github/workflows/code-climate.yml @@ -17,7 +17,7 @@ jobs: - name: Install Python and pipenv uses: actions/setup-python@v1 with: - python-version: '3.7' + python-version: '3.14' - name: Install dependencies run: make install-ci diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 22c1a558..2bdf37b0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: - name: Install Python 3 uses: actions/setup-python@v2 with: - python-version: '3.7' + python-version: '3.14' - name: Install dependencies run: make install-ci