mirror of
https://github.com/home-assistant/core.git
synced 2026-02-15 07:36:16 +00:00
Build wheels for Python 3.14 (#154794)
This commit is contained in:
11
.github/workflows/wheels.yml
vendored
11
.github/workflows/wheels.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user