diff --git a/.github/workflows/xp.yml b/.github/workflows/xp.yml index 547f8ae..fc86801 100644 --- a/.github/workflows/xp.yml +++ b/.github/workflows/xp.yml @@ -39,7 +39,7 @@ jobs: id: setup-python uses: actions/setup-python@v2 with: - python-version: "3.7" + python-version: "3.10" architecture: x64 - name: Install dependencies run: make install-python-ci-dependencies @@ -185,7 +185,7 @@ jobs: id: setup-python uses: actions/setup-python@v2 with: - python-version: "3.7" + python-version: "3.10" architecture: x64 - name: Install dependencies