Skip to content

Commit 7b8e725

Browse files
committed
Specify python version explicitly
1 parent cf20eea commit 7b8e725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Set up Python
4141
uses: actions/[email protected]
4242
with:
43-
python-version: "3.x"
43+
python-version: '3.14'
4444

4545
- name: Install build dependencies
4646
run: |

0 commit comments

Comments
 (0)