Skip to content

Commit

Permalink
ci: force Python 3.12 for build.yml
Browse files Browse the repository at this point in the history
- force Python 3.12 for build.yml to ensure PySide6 compatibility
  • Loading branch information
leafspark committed Oct 13, 2024
1 parent 5167f8f commit 118273f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 118273f

Please sign in to comment.