We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49c9d78 commit 8e49202Copy full SHA for 8e49202
.github/workflows/ci.yml
@@ -190,7 +190,7 @@ jobs:
190
- uses: actions/checkout@v4
191
- uses: actions/setup-python@v5
192
with:
193
- python-version: "3.13"
+ python-version: "${{ matrix.platform.interpreter }}"
194
architecture: ${{ matrix.platform.py_arch }}
195
- uses: dtolnay/rust-toolchain@stable
196
- name: Build wheels
0 commit comments