We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cf8518 commit 831fa51Copy full SHA for 831fa51
.github/workflows/build.yml
@@ -82,7 +82,7 @@ jobs:
82
uses: pypa/cibuildwheel@v2.22.0
83
env:
84
CIBW_BUILD_VERBOSITY: 1
85
- CIBW_BUILD: "cp39* cp310* cp311* cp312*"
+ CIBW_BUILD: "cp39* cp310* cp311* cp312* cp313*"
86
CIBW_SKIP: "pp* *-musllinux_* *-win32 *-manylinux_i686 *-musllinux_i686 *-aarch64 *-armv7l"
87
CIBW_BEFORE_ALL: ${{ matrix.before_all }}
88
CIBW_TEST_EXTRAS: "test"
0 commit comments