Skip to content

Commit 5b5933b

Browse files
committed
build-experimental.yml: enable building python3.11
since those build take much longer, we have a selective specific list of supported version, adding python3.11 to it. would consider removing python3.8.
1 parent 459b4cd commit 5b5933b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-experimental.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request]
44
env:
55
CIBW_BEFORE_BUILD_LINUX: "rm -rf ~/.pyxbld && yum install -y libev libev-devel openssl openssl-devel"
66
CIBW_ENVIRONMENT: "CASS_DRIVER_BUILD_CONCURRENCY=2 CFLAGS='-g0 -O3'"
7-
CIBW_BUILD: "cp38* cp39* cp310*"
7+
CIBW_BUILD: "cp38* cp39* cp310* cp311*"
88
CIBW_SKIP: "*musllinux*"
99
jobs:
1010
build_wheels:

0 commit comments

Comments
 (0)