Skip to content

Commit 1cc6ccc

Browse files
committed
CI: enable builds of python 3.12 wheels
1 parent c02c8f7 commit 1cc6ccc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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* cp311*"
7+
CIBW_BUILD: "cp39* cp310* cp311* cp312*"
88
CIBW_SKIP: "*musllinux*"
99
jobs:
1010
build_wheels:

.github/workflows/build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
CIBW_BEFORE_TEST: "pip install -r {project}/test-requirements.txt"
1111
CIBW_BEFORE_BUILD_LINUX: "rm -rf ~/.pyxbld && yum install -y libffi-devel libev libev-devel openssl openssl-devel"
1212
CIBW_ENVIRONMENT: "CASS_DRIVER_BUILD_CONCURRENCY=2 CFLAGS='-g0 -O3'"
13-
CIBW_SKIP: cp35* cp36* *musllinux* cp312*
13+
CIBW_SKIP: cp35* cp36* *musllinux*
1414

1515
jobs:
1616
build_wheels:

0 commit comments

Comments
 (0)