Skip to content

Commit 6c40f42

Browse files
committed
Limiting the number of platforms we're building for (since this is a debug build).
Also leveraging the debug Python driver build to get additional info about what cibuildwheel is doing.
1 parent d5116de commit 6c40f42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_wheels_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: Build wheels on ubuntu-22.04
88
runs-on: ubuntu-22.04
99
env:
10-
CIBW_BUILD: cp39-* cp310-* cp311-* cp312-* cp313-*
10+
CIBW_BUILD: cp312-*
1111
CIBW_SKIP: "*musllinux*"
1212
CIBW_ARCHS_LINUX: x86_64 aarch64
1313
CIBW_TEST_REQUIRES: pytest mock pure-sasl eventlet

python-driver

0 commit comments

Comments
 (0)