Skip to content

Commit

Permalink
free threading
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Oct 18, 2024
1 parent 46d8945 commit 393e68a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,10 @@ jobs:
strategy:
matrix:
python-tag: ${{ fromJSON(inputs.python-tags) }}
free-threaded: [false]
include:
- python-tag: '3.13'
free-threaded: true
fail-fast: false
runs-on: ${{ needs.get-runner-os.outputs.runner-os }}
env:
Expand Down Expand Up @@ -250,6 +254,7 @@ jobs:
yum install python-setuptools -y
# delvewheel is not enabled by default but we do need to repair the wheel
CIBW_BEFORE_BUILD_WINDOWS: "pip install delvewheel"
CIBW_FREE_THREADED_SUPPORT: ${{ matrix.free-threaded }}
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: "delvewheel repair --add-path ./aerospike-client-c/vs/x64/Release -w {dest_dir} {wheel}"
CIBW_TEST_COMMAND: ${{ env.TEST_COMMAND }}

Expand Down

0 comments on commit 393e68a

Please sign in to comment.