Skip to content

Commit 4cd3f6b

Browse files
committed
Wheels for Python 3.13
1 parent d8af938 commit 4cd3f6b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
- py313
78
tags:
89
- 'v*'
910

@@ -28,7 +29,7 @@ jobs:
2829
platforms: all
2930

3031
- name: Install cibuildwheel
31-
run: python -m pip install cibuildwheel==2.19.2
32+
run: python -m pip install cibuildwheel==2.20.0
3233

3334
- name: Build wheels
3435
run: python -m cibuildwheel --output-dir wheelhouse

0 commit comments

Comments
 (0)