From 1c9489825f53f2188920a72d4782c8ba9a14c850 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 09:30:43 +0000 Subject: [PATCH] Update dependency python to 3.14 --- .github/workflows/desktop_web.yml | 2 +- .github/workflows/mobile_native.yml | 2 +- .github/workflows/mobile_web.yml | 2 +- .github/workflows/python.yml | 2 +- .github/workflows/robot_desktop_web.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/desktop_web.yml b/.github/workflows/desktop_web.yml index ee56a5a..fa751d8 100644 --- a/.github/workflows/desktop_web.yml +++ b/.github/workflows/desktop_web.yml @@ -18,7 +18,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: 3.9 + python-version: 3.14 - name: Install pipenv uses: dschep/install-pipenv-action@v1 - name: Install dependencies diff --git a/.github/workflows/mobile_native.yml b/.github/workflows/mobile_native.yml index 37679b4..8c94856 100644 --- a/.github/workflows/mobile_native.yml +++ b/.github/workflows/mobile_native.yml @@ -21,7 +21,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: 3.9 + python-version: 3.14 - name: Install pipenv uses: dschep/install-pipenv-action@v1 - name: Install dependencies diff --git a/.github/workflows/mobile_web.yml b/.github/workflows/mobile_web.yml index 2c68b1d..de07a02 100644 --- a/.github/workflows/mobile_web.yml +++ b/.github/workflows/mobile_web.yml @@ -21,7 +21,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: 3.9 + python-version: 3.14 - name: Install pipenv uses: dschep/install-pipenv-action@v1 - name: Install dependencies diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 7e8ae20..4f565a1 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -21,7 +21,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: 3.8 + python-version: 3.14 - name: Install pipenv uses: dschep/install-pipenv-action@v1 - name: Install dependencies diff --git a/.github/workflows/robot_desktop_web.yml b/.github/workflows/robot_desktop_web.yml index 065427f..7ae1b30 100644 --- a/.github/workflows/robot_desktop_web.yml +++ b/.github/workflows/robot_desktop_web.yml @@ -18,7 +18,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: 3.9 + python-version: 3.14 - name: Install pipenv uses: dschep/install-pipenv-action@v1 - name: Install dependencies