Skip to content

Commit c95c81b

Browse files
committed
increase python to 3.12
1 parent d685825 commit c95c81b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/wheels.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup Python
3232
uses: actions/setup-python@v5
3333
with:
34-
python-version: 3.11
34+
python-version: 3.12
3535

3636
- name: Build sdist
3737
run: |
@@ -168,7 +168,7 @@ jobs:
168168
- name: Setup Python
169169
uses: actions/setup-python@v5
170170
with:
171-
python-version: 3.11
171+
python-version: 3.12
172172

173173
- name: Build wheel
174174
uses: pypa/[email protected]
@@ -240,7 +240,7 @@ jobs:
240240
- name: Setup Python
241241
uses: actions/setup-python@v5
242242
with:
243-
python-version: 3.11
243+
python-version: 3.12
244244

245245
- name: Download wheels
246246
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)