Skip to content

Commit 7784703

Browse files
committed
updating python
1 parent 3cf2cc9 commit 7784703

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build_wheels.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up Python
2828
uses: actions/setup-python@v4
2929
with:
30-
python-version: ">=3.10.0"
30+
python-version: ">=3.11.0"
3131

3232
- name: Verify QuadBLAS submodule
3333
run: |
@@ -90,7 +90,7 @@ jobs:
9090
- name: Set up Python
9191
uses: actions/setup-python@v4
9292
with:
93-
python-version: "3.10"
93+
python-version: ">=3.11.0"
9494

9595
- name: Install dependencies
9696
run: |
@@ -165,10 +165,10 @@ jobs:
165165
with:
166166
arch: ${{ matrix.architecture }}
167167

168-
- name: Set up Python 3.10
168+
- name: Set up Python
169169
uses: actions/setup-python@v4
170170
with:
171-
python-version: "3.10"
171+
python-version: ">=3.11.0"
172172
architecture: ${{ matrix.architecture }}
173173

174174
- name: Install CMake

0 commit comments

Comments
 (0)