Skip to content

Commit b7d9d72

Browse files
ci: remove python3.14
1 parent 2ff85f7 commit b7d9d72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-python-wheel.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
CIBW_TEST_SKIP: "*" # Skip tests for faster builds
4747
CIBW_BEFORE_BUILD: pip install pybind11 scikit-build-core
4848
CIBW_ENVIRONMENT: "CIBW_BUILD=cp${{ matrix.python == '3.10' && '310' || matrix.python == '3.11' && '311' || matrix.python == '3.12' && '312' || matrix.python == '3.8' && '38' || matrix.python == '3.9' && '39' }}-*"
49+
CIBW_REPAIR_WHEEL_COMMAND: "auditwheel repair -w {dest_dir} {wheel} --exclude libjetpwmon.so"
4950

5051
- name: Upload wheels
5152
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)