From cd3b3de23fa22b5db9ddaea6b87b6c6fef3a4e69 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Thu, 15 Aug 2024 11:19:20 +0200 Subject: [PATCH] actions/setup-python@v5 with: python-version: "3.10" # Should be 3.13 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c91dde31b..04b115e84 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: 3.10 # Should be 3.13 + python-version: "3.10" # Should be 3.13 allow-prereleases: true - run: pip install --upgrade pip - run: sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer