We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f65e3e9 commit 6a0fd11Copy full SHA for 6a0fd11
.github/workflows/ci.yml
@@ -290,7 +290,9 @@ jobs:
290
name: Pytest Windows
291
strategy:
292
matrix:
293
- python-version: ['3.11', '3.12', '3.13', '3.14']
+ # TODO: #7832 - enable '3.14' once grpcio-tools, qiskit-aer, stim have binary wheels.
294
+ # Installation from sources works, but with run duration increased from 6 to 27 minutes.
295
+ python-version: ['3.11', '3.12', '3.13']
296
runs-on: windows-2022-x64-8-core
297
steps:
298
- name: Check out source repository
0 commit comments