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