Skip to content

Commit 5c24479

Browse files
committed
Build using Python 3.13
1 parent a5e69a6 commit 5c24479

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/setup-python@v5
2121
name: Install Python
2222
with:
23-
python-version: '3.10'
23+
python-version: '3.13'
2424

2525
- name: Build sdist
2626
run: |
@@ -161,7 +161,7 @@ jobs:
161161
- uses: actions/setup-python@v5
162162
name: Install Python
163163
with:
164-
python-version: '3.9'
164+
python-version: '3.13'
165165

166166
- name: Install cibuildwheel
167167
run: |
@@ -222,7 +222,7 @@ jobs:
222222
- uses: actions/setup-python@v5
223223
name: Install Python
224224
with:
225-
python-version: '3.9'
225+
python-version: '3.13'
226226

227227
- name: Install cibuildwheel
228228
run: python -m pip install cibuildwheel>=3.1.0 wheel>=0.42

0 commit comments

Comments
 (0)