From bbb9e563658d318c0c3e61783a2a149a9b5c09f5 Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Sun, 2 Feb 2025 23:14:03 +0200 Subject: [PATCH] [ci] Pin GitHub workflows to Python 3.12 for now Some dependencies seem to fail to install on Python 3.13. --- .github/workflows/linux-ci.yml | 2 +- .github/workflows/msvc-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux-ci.yml b/.github/workflows/linux-ci.yml index 78d856dd5..51fc4d243 100644 --- a/.github/workflows/linux-ci.yml +++ b/.github/workflows/linux-ci.yml @@ -41,7 +41,7 @@ jobs: - name: Setup Python uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 with: - python-version: '3.x' + python-version: '3.12' - name: Install Python Dependencies run: sudo pip3 install -r .ci/requirements.txt --require-hashes - name: Setup Meson diff --git a/.github/workflows/msvc-ci.yml b/.github/workflows/msvc-ci.yml index 9926987f6..a71599b2f 100644 --- a/.github/workflows/msvc-ci.yml +++ b/.github/workflows/msvc-ci.yml @@ -37,7 +37,7 @@ jobs: - name: Setup Python uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 with: - python-version: '3.x' + python-version: '3.12' - name: Setup MSVC uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0 with: