We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62bd770 commit f0a2495Copy full SHA for f0a2495
1 file changed
.github/workflows/release.yml
@@ -68,7 +68,7 @@ jobs:
68
69
- uses: conda-incubator/setup-miniconda@v2
70
with:
71
- python-version: "3.10.14"
+ python-version: "3.12"
72
miniconda-version: "latest"
73
74
- name: Set preferred device
@@ -129,13 +129,13 @@ jobs:
129
130
131
132
133
134
135
- - name: Install PyQt5 for macOS
+ - name: Install PyQt6 for macOS
136
shell: bash -l {0}
137
run: |
138
- conda install -c conda-forge pyqt==5.15.7
+ conda install -c conda-forge pyqt=6
139
140
- name: Install main
141
0 commit comments