From 118273f61863e7011c78957f1280e20cb6d099ed Mon Sep 17 00:00:00 2001 From: BuildTools Date: Sun, 13 Oct 2024 10:27:27 -0700 Subject: [PATCH] ci: force Python 3.12 for build.yml - force Python 3.12 for build.yml to ensure PySide6 compatibility --- .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 5db0899..a69a99c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: '3.x' + python-version: '3.12' architecture: ${{ matrix.arch }} - name: Install dependencies