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 675ea74 commit 8b98656Copy full SHA for 8b98656
.github/workflows/build.yml
@@ -171,6 +171,10 @@ jobs:
171
python-version: '3.11'
172
qt-version: '5.12.*'
173
configuration: 'debug'
174
+ - macos-version: 'latest'
175
+ python-version: '3.11'
176
+ qt-version: '6.9.*'
177
+ configuration: 'debug'
178
runs-on: macos-${{ matrix.macos-version }}
179
steps:
180
- name: Install Qt
@@ -271,6 +275,12 @@ jobs:
271
275
qt-version: '5.15.*'
272
276
pythonqtall-config: 'PythonQtCore PythonQtGui PythonQtMultimedia'
273
277
278
+ - qt-arch: 'win64_msvc2019_64'
279
+ python-version: '3.13'
280
+ python-arch: 'x64'
281
282
+ pythonqtall-config: 'PythonQtCore PythonQtGui PythonQtMultimedia'
283
+
274
284
- qt-arch: 'win32_mingw53'
285
python-version: '3.6'
286
python-arch: 'x86'
0 commit comments