From 42cb5c64789048c375a80a786e73fc688bb8318b Mon Sep 17 00:00:00 2001 From: "smartway-bot[bot]" <176469786+smartway-bot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 15:34:51 +0000 Subject: [PATCH] chore(deps): update dependency python to 3.14 --- .github/workflows/android-emulator.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android-emulator.yml b/.github/workflows/android-emulator.yml index 0878ec89..99bbc0f9 100644 --- a/.github/workflows/android-emulator.yml +++ b/.github/workflows/android-emulator.yml @@ -61,7 +61,7 @@ jobs: - name: 📦 Setup Python uses: actions/setup-python@v6 with: - python-version: "3.9" + python-version: "3.14" cache: pip cache-dependency-path: TestsAutomation/pip_requirements.txt