Skip to content

Commit

Permalink
CI: enable builds of python 3.12 wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
fruch committed Nov 27, 2023
1 parent c02c8f7 commit 1cc6ccc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]
env:
CIBW_BEFORE_BUILD_LINUX: "rm -rf ~/.pyxbld && yum install -y libev libev-devel openssl openssl-devel"
CIBW_ENVIRONMENT: "CASS_DRIVER_BUILD_CONCURRENCY=2 CFLAGS='-g0 -O3'"
CIBW_BUILD: "cp38* cp39* cp310* cp311*"
CIBW_BUILD: "cp39* cp310* cp311* cp312*"
CIBW_SKIP: "*musllinux*"
jobs:
build_wheels:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
CIBW_BEFORE_TEST: "pip install -r {project}/test-requirements.txt"
CIBW_BEFORE_BUILD_LINUX: "rm -rf ~/.pyxbld && yum install -y libffi-devel libev libev-devel openssl openssl-devel"
CIBW_ENVIRONMENT: "CASS_DRIVER_BUILD_CONCURRENCY=2 CFLAGS='-g0 -O3'"
CIBW_SKIP: cp35* cp36* *musllinux* cp312*
CIBW_SKIP: cp35* cp36* *musllinux*

jobs:
build_wheels:
Expand Down

0 comments on commit 1cc6ccc

Please sign in to comment.