Skip to content

Commit 9351d7b

Browse files
committed
fix CIBW_SKIP
1 parent bddad25 commit 9351d7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/BuildAndTest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
CIBW_BUILD_FRONTEND: "pip; args: --verbose"
3939
CIBW_ENVIRONMENT: "FORCE_AVX2=1"
4040
CIBW_ENVIRONMENT_MACOS: "FORCE_AVX2=1 MACOSX_DEPLOYMENT_TARGET=11.00"
41-
CIBW_SKIP: "cp314-* pp*win*"
41+
CIBW_SKIP: "cp314t-* cp314-* pp*win*"
4242

4343
build_sdist:
4444
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)