Skip to content

Commit

Permalink
update cibuildwheel for python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
pantor committed Aug 29, 2024
1 parent 67a6b25 commit 0c1e2b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ jobs:
- uses: actions/checkout@v4

- name: Build wheels
uses: pypa/cibuildwheel@v2.17.0
uses: pypa/cibuildwheel@v2.20.0
env:
CIBW_BEFORE_ALL: git clone --depth 1 --branch v2.13.1 https://github.com/pybind/pybind11.git
CIBW_SKIP: pp* # Skip PyPy
MACOSX_DEPLOYMENT_TARGET: "10.14"

Expand Down

0 comments on commit 0c1e2b8

Please sign in to comment.