Skip to content

Commit 831fa51

Browse files
committed
Add cp313 wheels to build matrix in cibuildwheel
1 parent 3cf8518 commit 831fa51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
uses: pypa/cibuildwheel@v2.22.0
8383
env:
8484
CIBW_BUILD_VERBOSITY: 1
85-
CIBW_BUILD: "cp39* cp310* cp311* cp312*"
85+
CIBW_BUILD: "cp39* cp310* cp311* cp312* cp313*"
8686
CIBW_SKIP: "pp* *-musllinux_* *-win32 *-manylinux_i686 *-musllinux_i686 *-aarch64 *-armv7l"
8787
CIBW_BEFORE_ALL: ${{ matrix.before_all }}
8888
CIBW_TEST_EXTRAS: "test"

0 commit comments

Comments
 (0)