From 3ecddda8dd216046ce2478a5255f6d235576b93c Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Sun, 19 Oct 2025 00:42:39 +0200 Subject: [PATCH] Build wheels for Python 3.14 (#154794) --- .github/workflows/wheels.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 251d586c1191..41ceb1481c54 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -132,8 +132,15 @@ jobs: strategy: fail-fast: false matrix: &matrix-build - abi: ["cp313"] + abi: ["cp313", "cp314"] arch: ${{ fromJson(needs.init.outputs.architectures) }} + exclude: + - abi: "cp314" + arch: "armv7" + - abi: "cp314" + arch: "armhf" + - abi: "cp314" + arch: "i386" steps: - *checkout @@ -163,7 +170,7 @@ jobs: # home-assistant/wheels doesn't support sha pinning - name: Build wheels - uses: &home-assistant-wheels home-assistant/wheels@2025.09.1 + uses: &home-assistant-wheels home-assistant/wheels@2025.10.0 with: abi: ${{ matrix.abi }} tag: musllinux_1_2