Skip to content

Commit 306e1d8

Browse files
ci: don't exclude py312 from build
1 parent 4072761 commit 306e1d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_aarch64.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* cp312*
6+
CIBW_SKIP: cp36-* cp37* pp* *-musllinux*
77

88
jobs:
99
build_wheels:

.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* cp312-macosx*
6+
CIBW_SKIP: cp36-* cp37* pp* *-musllinux*
77

88
jobs:
99
build_wheels:

0 commit comments

Comments
 (0)