Skip to content

Commit 118273f

Browse files
committed
ci: force Python 3.12 for build.yml
- force Python 3.12 for build.yml to ensure PySide6 compatibility
1 parent 5167f8f commit 118273f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Set up Python
3030
uses: actions/setup-python@v5
3131
with:
32-
python-version: '3.x'
32+
python-version: '3.12'
3333
architecture: ${{ matrix.arch }}
3434

3535
- name: Install dependencies

0 commit comments

Comments
 (0)