Skip to content

Commit 8e49202

Browse files
committed
fix
1 parent 49c9d78 commit 8e49202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
- uses: actions/checkout@v4
191191
- uses: actions/setup-python@v5
192192
with:
193-
python-version: "3.13"
193+
python-version: "${{ matrix.platform.interpreter }}"
194194
architecture: ${{ matrix.platform.py_arch }}
195195
- uses: dtolnay/rust-toolchain@stable
196196
- name: Build wheels

0 commit comments

Comments
 (0)