Skip to content

Commit 80ac733

Browse files
committed
wip: build for newer python versions
1 parent c5381c0 commit 80ac733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Build wheels on ${{ matrix.os }}
1111
runs-on: ${{ matrix.os }}
1212
env:
13-
CIBW_BUILD: cp39-* cp310-* cp311-*
13+
CIBW_BUILD: cp39-* cp310-* cp311-* cp312-* cp313-*
1414
CIBW_SKIP: cp36-* cp37-* cp38-* *-win32 *-manylinux_i686 pp* *musllinux*
1515
strategy:
1616
matrix:

0 commit comments

Comments
 (0)