From dc3fcc3fe68b792b60621d0c57c815843c7e0135 Mon Sep 17 00:00:00 2001 From: "smartway-bot[bot]" <176469786+smartway-bot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 14:59:50 +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