Skip to content

Commit c1cfce7

Browse files
committed
update setup-python action, help win and osx py 3.14?
1 parent 31cc129 commit c1cfce7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
with:
9595
toolchain: stable
9696
default: true
97-
- uses: actions/setup-python@v5
97+
- uses: actions/setup-python@v6
9898
with:
9999
python-version: ${{ matrix.python-version }}
100100
- name: Build wheels
@@ -122,7 +122,7 @@ jobs:
122122
with:
123123
toolchain: stable
124124
default: true
125-
- uses: actions/setup-python@v5
125+
- uses: actions/setup-python@v6
126126
with:
127127
python-version: ${{ matrix.python-version }}
128128
- name: Build wheels

0 commit comments

Comments
 (0)