From f57eb1a0c2c94de4a9f9a18ea08b762c0e75a65d Mon Sep 17 00:00:00 2001 From: Sam Welborn Date: Fri, 20 Dec 2024 13:56:14 -0500 Subject: [PATCH] try to skip 39 --- .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 8c20825..853edf3 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-* cp37-* cp38-* pp* *-manylinux_i686 *-musllinux_* *-win32 cp313-*' + CIBW_SKIP: 'cp36-* cp37-* cp38-* cp39-* pp* *-manylinux_i686 *-musllinux_* *-win32 cp313-*' # This has some of the software we need pre-installed on it CIBW_MANYLINUX_X86_64_IMAGE: samwelborn/stempy_wheel_builder_x86_64