[ci] Pin Python version to 3.12 on macOS

It seems that lxml does not have 3.13 binary wheels (for macOS at
least), and building it from source is failing.
This commit is contained in:
Khaled Hosny 2024-11-05 01:59:46 +02:00 committed by خالد حسني (Khaled Hosny)
parent c85a6c2a22
commit a9b76edca6

View file

@ -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: Install Python Dependencies
run: pip3 install -r .ci/requirements.txt --require-hashes
- name: Setup Meson