From 8382645508dd9fc0db3840315022c956d371d7cf Mon Sep 17 00:00:00 2001 From: Thomas Nipen Date: Tue, 26 Nov 2024 21:35:20 +0100 Subject: [PATCH] Only build wheels for Python 3.9 and up --- .github/workflows/package.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 1c64f23..57e7b70 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -51,12 +51,12 @@ jobs: # Use boost 1_72, since this allows c++11. We need c++11, since manylinux2014 only has gcc 4.8 # Can't use boost 1.53 (default on linux) because it doesn't have rtree functionality # CIBW_BUILD: cp36-manylinux_x86_64 cp36-win_amd64 cp36-macosx_x86_64 - CIBW_BUILD: cp313-manylinux_x86_64 # cp310-manylinux_x86_64 + # CIBW_BUILD: cp313-manylinux_x86_64 # cp310-manylinux_x86_64 # CIBW_BUILD: cp310-macosx_x86_64 # PyPy compilation on MACOS doesn't work, possibly since there is no available numpy release for this # Armadillo isn't available for i687 on Centos 7, making compilation more complicated # # Musllinux doesn't use yum as its package manager - CIBW_SKIP: pp*-macosx* *i686* *musllinux* + CIBW_SKIP: pp*-macosx* *i686* *musllinux* cp36* cp37* cp38* CIBW_BEFORE_ALL_LINUX: | yum install -y lapack-devel armadillo-devel curl -L -O https://boostorg.jfrog.io/artifactory/main/release/1.72.0/source/boost_1_72_0.tar.gz