From 3e0b3173b529ad293570e6acf1a8c552ebbb3fdb Mon Sep 17 00:00:00 2001 From: hammadb Date: Mon, 22 Jul 2024 12:18:59 -0700 Subject: [PATCH] Prevent 3.12 wheels from building on windows --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 37c1136c..f00cd0d6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: CIBW_ENVIRONMENT: HNSWLIB_NO_NATIVE=true CIBW_ENVIRONMENT_PASS_LINUX: HNSWLIB_NO_NATIVE CIBW_PROJECT_REQUIRES_PYTHON: ">=3.7" - CIBW_SKIP: "pp* *musllinux*" + CIBW_SKIP: "pp* *musllinux*" "cp312-win*" CIBW_ARCHS_MACOS: "x86_64 arm64" CIBW_ARCHS_WINDOWS: "AMD64" CIBW_ARCHS_LINUX: "x86_64 aarch64"