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 3cf2cc9 commit 7784703Copy full SHA for 7784703
.github/workflows/build_wheels.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Set up Python
28
uses: actions/setup-python@v4
29
with:
30
- python-version: ">=3.10.0"
+ python-version: ">=3.11.0"
31
32
- name: Verify QuadBLAS submodule
33
run: |
@@ -90,7 +90,7 @@ jobs:
90
91
92
93
- python-version: "3.10"
94
95
- name: Install dependencies
96
@@ -165,10 +165,10 @@ jobs:
165
166
arch: ${{ matrix.architecture }}
167
168
- - name: Set up Python 3.10
+ - name: Set up Python
169
170
171
172
architecture: ${{ matrix.architecture }}
173
174
- name: Install CMake
0 commit comments