Skip to content

Commit f0a2495

Browse files
committed
fix: upgrade python + pyqt version for build
1 parent 62bd770 commit f0a2495

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868

6969
- uses: conda-incubator/setup-miniconda@v2
7070
with:
71-
python-version: "3.10.14"
71+
python-version: "3.12"
7272
miniconda-version: "latest"
7373

7474
- name: Set preferred device
@@ -129,13 +129,13 @@ jobs:
129129

130130
- uses: conda-incubator/setup-miniconda@v2
131131
with:
132-
python-version: "3.10.14"
132+
python-version: "3.12"
133133
miniconda-version: "latest"
134134

135-
- name: Install PyQt5 for macOS
135+
- name: Install PyQt6 for macOS
136136
shell: bash -l {0}
137137
run: |
138-
conda install -c conda-forge pyqt==5.15.7
138+
conda install -c conda-forge pyqt=6
139139
140140
- name: Install main
141141
shell: bash -l {0}

0 commit comments

Comments
 (0)