Skip to content

Commit ce6ff85

Browse files
committed
Update cibuildwheel in hopes to get to 3.13 support.
Note that 3.2.1 also explicitly includes support for the final version of Python 3.14... but we're not quite there yet.
1 parent cca4a7b commit ce6ff85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_wheels_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: docker/setup-qemu-action@v2
2323
with:
2424
platforms: linux/arm64
25-
- uses: pypa/cibuildwheel@v2.19.2
25+
- uses: pypa/cibuildwheel@v3.2.1
2626
with:
2727
package-dir: ./python-driver
2828
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)