diff --git a/.github/workflows/ui-testing.yml b/.github/workflows/ui-testing.yml index e6a42bc72..04a69e5a8 100644 --- a/.github/workflows/ui-testing.yml +++ b/.github/workflows/ui-testing.yml @@ -21,7 +21,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: '3.11' + python-version: '3.13' - name: Install dependencies run: |