Skip to content

Commit

Permalink
Pin Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Nov 15, 2023
1 parent 42b1316 commit 161a8ca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ jobs:
run: |
${{ env.SCRIPTS_ROOT }}/install-brew-deps
xcrun --show-sdk-version
# python3-distutils is required for fontconfig but it has been removed in Python 3.12
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: '3.11'

# Build dependencies

Expand Down

0 comments on commit 161a8ca

Please sign in to comment.