We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5e69a6 commit 5c24479Copy full SHA for 5c24479
.github/workflows/release-wheels.yml
@@ -20,7 +20,7 @@ jobs:
20
- uses: actions/setup-python@v5
21
name: Install Python
22
with:
23
- python-version: '3.10'
+ python-version: '3.13'
24
25
- name: Build sdist
26
run: |
@@ -161,7 +161,7 @@ jobs:
161
162
163
164
- python-version: '3.9'
165
166
- name: Install cibuildwheel
167
@@ -222,7 +222,7 @@ jobs:
222
223
224
225
226
227
228
run: python -m pip install cibuildwheel>=3.1.0 wheel>=0.42
0 commit comments