Skip to content

Commit d46c463

Browse files
Support Python 3.14 wheels
This commit adds support for Python 3.14 wheels.
1 parent ade85fb commit d46c463

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# Used to host cibuildwheel
4343
- uses: actions/setup-python@v6
4444
with:
45-
python-version: "3.11 - 3.13"
45+
python-version: "3.11 - 3.14"
4646
update-environment: false
4747
- name: install cibuildwheel
4848
run: |
@@ -116,7 +116,7 @@ jobs:
116116
# Used to host cibuildwheel
117117
- uses: actions/setup-python@v6
118118
with:
119-
python-version: "3.11 - 3.13"
119+
python-version: "3.11 - 3.14"
120120
update-environment: false
121121
- name: install cibuildwheel
122122
run: |
@@ -178,7 +178,7 @@ jobs:
178178
# Used to host cibuildwheel
179179
- uses: actions/setup-python@v6
180180
with:
181-
python-version: "3.11 - 3.13"
181+
python-version: "3.11 - 3.14"
182182
update-environment: false
183183
- name: install cibuildwheel
184184
run: |

0 commit comments

Comments
 (0)