Skip to content

Commit af1790e

Browse files
ci: exclude macos py312
1 parent 9a5889a commit af1790e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheel.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build Wheels
33
on: [push, workflow_dispatch]
44

55
env:
6-
CIBW_SKIP: cp36-* cp37* pp* *-musllinux*
6+
CIBW_SKIP: cp36-* cp37* pp* *-musllinux* cp312-macosx*
77

88
jobs:
99
build_wheels:

0 commit comments

Comments
 (0)