From a0034e39d2326d46ce15acffe767860262eb57ac Mon Sep 17 00:00:00 2001 From: Shruti Sachan Date: Wed, 18 Feb 2026 20:19:07 +0530 Subject: [PATCH] Add Python 3.14 to macOS ARM64 build matrix --- .github/workflows/build_wheels_macos_m1.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_wheels_macos_m1.yml b/.github/workflows/build_wheels_macos_m1.yml index c77a87d6..78228447 100644 --- a/.github/workflows/build_wheels_macos_m1.yml +++ b/.github/workflows/build_wheels_macos_m1.yml @@ -22,7 +22,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ['3.9'] + python-version: ['3.9','3.10','3.11','3.12','3.13','3.14'] platform: [x64] with_contrib: [0, 1] without_gui: [0, 1]