From 8fcfb6f3cd3c4a65560650c2f664d02e8c13cfef Mon Sep 17 00:00:00 2001 From: Chris Harris Date: Fri, 5 Sep 2025 16:07:22 +0000 Subject: [PATCH] Try removing 3.13 skip --- .github/workflows/build_wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 3a6bcd1d..1f3de53a 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -10,7 +10,7 @@ on: env: # Only support 64-bit CPython > 3.6 - CIBW_SKIP: "cp36-* pp* *-manylinux_i686 *-musllinux_* *-win32 cp313-*" + CIBW_SKIP: "cp36-* pp* *-manylinux_i686 *-musllinux_* *-win32" # This has some of the software we need pre-installed on it CIBW_MANYLINUX_X86_64_IMAGE: openchemistry/stempy_wheel_builder_x86_64