Skip to content

Commit 8837158

Browse files
committed
Install python 3.13 for cibuildwheel
1 parent 1270a6c commit 8837158

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,11 @@ jobs:
130130
echo "CIBW_ENVIRONMENT_MACOS=$CIBW PKG_CONFIG_PATH=$PKG_CONFIG_PATH DYLD_LIBRARY_PATH=$DYLD" >> "$GITHUB_ENV"
131131
fi
132132
133+
# Used to run cibuildwheel
134+
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
135+
with:
136+
python-version: "3.13"
137+
133138
- name: Build wheel
134139
env:
135140
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}

0 commit comments

Comments
 (0)