From 5ccac9d3e764c48de003b5f0d7cea86de4c8ec33 Mon Sep 17 00:00:00 2001 From: RalfG Date: Thu, 2 May 2024 17:02:03 +0200 Subject: [PATCH] Add macosx_arm64 to build roster --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cba5a0c..ce3540e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ line-length = 99 target-version = 'py38' [tool.cibuildwheel] -build = "cp3*-manylinux_x86_64 cp3*-win_amd64 cp3*-macosx_x86_64" +build = "cp3*-manylinux_x86_64 cp3*-win_amd64 cp3*-macosx_x86_64 cp3*-macosx_arm64" skip = "cp36-* cp37-* cp312-*" # EOL / no Numpy wheels available yet for Python 3.12 manylinux-x86_64-image = "manylinux2014" # test-command = "pytest {package}/tests"